diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-01-20 11:08:41 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-01-20 11:08:41 +0100 |
commit | b1b25111e714e370340efbd11abe87ba99748f69 (patch) | |
tree | 166e7c5fd1f0c419d63033667d0ddb3011726238 | |
parent | bc21cce34cc8a52d1ce1c01c91e907fa989297fc (diff) | |
download | skyhanni-b1b25111e714e370340efbd11abe87ba99748f69.tar.gz skyhanni-b1b25111e714e370340efbd11abe87ba99748f69.tar.bz2 skyhanni-b1b25111e714e370340efbd11abe87ba99748f69.zip |
shopping list everywhere
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; |