diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-26 16:55:19 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-26 16:55:19 +0200 |
commit | 038d2211032cc2187ef3332838dc20c9136fe7b7 (patch) | |
tree | 59b548c7046a205034ff89ff0b914cde3b971bf0 /src | |
parent | 0b7cf28c3a8cf911ef85f079a49d4a1781e5915f (diff) | |
download | skyhanni-038d2211032cc2187ef3332838dc20c9136fe7b7.tar.gz skyhanni-038d2211032cc2187ef3332838dc20c9136fe7b7.tar.bz2 skyhanni-038d2211032cc2187ef3332838dc20c9136fe7b7.zip |
dot
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java index 9ddaae675..3c6c75056 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java @@ -233,7 +233,7 @@ public class InventoryConfig { public static class ChestValueConfig { @Expose - @ConfigOption(name = "Enabled", desc = "Enable estimated value of chest") + @ConfigOption(name = "Enabled", desc = "Enable estimated value of chest.") @ConfigEditorBoolean @FeatureToggle public boolean enabled = false; |