aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-23 20:20:46 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-23 20:21:04 +0100
commit87e2882f9c6d94a03e3159667fcfea772f8eb395 (patch)
treeaf487872f9f8a7647ea719af9c2c38cfef63724b
parent19cbeabc2a7eff5e5c4ccef0cbe6404ad6d1abba (diff)
downloadskyhanni-87e2882f9c6d94a03e3159667fcfea772f8eb395.tar.gz
skyhanni-87e2882f9c6d94a03e3159667fcfea772f8eb395.tar.bz2
skyhanni-87e2882f9c6d94a03e3159667fcfea772f8eb395.zip
Added the coin price in the visitor items needed list
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index 61c45d56c..8d693c499 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -113,7 +113,7 @@ public class Garden {
public boolean visitorCopperPrice = false;
@Expose
- @ConfigOption(name = "Experience Price", desc = "Show the price per garden experience inside the visitor gui.")
+ @ConfigOption(name = "Garden Exp Price", desc = "Show the price per garden experience inside the visitor gui.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 4)
public boolean visitorExperiencePrice = false;