aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-01-20 11:08:41 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-01-20 11:08:41 +0100
commitb1b25111e714e370340efbd11abe87ba99748f69 (patch)
tree166e7c5fd1f0c419d63033667d0ddb3011726238 /src/main
parentbc21cce34cc8a52d1ce1c01c91e907fa989297fc (diff)
downloadskyhanni-b1b25111e714e370340efbd11abe87ba99748f69.tar.gz
skyhanni-b1b25111e714e370340efbd11abe87ba99748f69.tar.bz2
skyhanni-b1b25111e714e370340efbd11abe87ba99748f69.zip
shopping list everywhere
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/visitor/ShoppingListConfig.java2
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;