diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-23 10:22:43 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-09-23 10:22:43 +0200 |
commit | d71b24f52815fc2f1f2c9ae0ce7ef4afcbc41849 (patch) | |
tree | 3e200face7b9262a5c0204c3f23c340456a7cdb3 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 03a953fdd85d1465e422b6ef11ca222d30ac5eaf (diff) | |
download | skyhanni-d71b24f52815fc2f1f2c9ae0ce7ef4afcbc41849.tar.gz skyhanni-d71b24f52815fc2f1f2c9ae0ce7ef4afcbc41849.tar.bz2 skyhanni-d71b24f52815fc2f1f2c9ae0ce7ef4afcbc41849.zip |
Fixed typo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java index 34d199515..7acca7e23 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java @@ -124,7 +124,7 @@ public class GardenConfig { public boolean visitorInventory = false; @Expose - @ConfigOption(name = "Visitor Price", desc = "Show the bazaar price of the items required for the visitors, like in NEU.") + @ConfigOption(name = "Visitor Price", desc = "Show the Bazaar price of the items required for the visitors, like in NEU.") @ConfigEditorBoolean @ConfigAccordionId(id = 4) @FeatureToggle |