From b1b25111e714e370340efbd11abe87ba99748f69 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:08:41 +0100 Subject: shopping list everywhere --- .../skyhanni/config/features/garden/visitor/ShoppingListConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java index 86e64d3f9..3b5d4da6b 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java @@ -30,7 +30,7 @@ public class ShoppingListConfig { public boolean inBazaarAlley = true; @Expose - @ConfigOption(name = "Farming Areas", desc = "Show the Visitor Items List while on the Farming Islands or inside the Farm in the Hub. " + + @ConfigOption(name = "Farming Areas", desc = "Show the Visitor Shopping List while on the Farming Islands or inside the Farm in the Hub. " + "This helps farming the correct amount, especially when in the early game.") @ConfigEditorBoolean public boolean inFarmingAreas = false; -- cgit