aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-26 16:55:19 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-10-26 16:55:19 +0200
commit038d2211032cc2187ef3332838dc20c9136fe7b7 (patch)
tree59b548c7046a205034ff89ff0b914cde3b971bf0 /src/main/java/at/hannibal2
parent0b7cf28c3a8cf911ef85f079a49d4a1781e5915f (diff)
downloadskyhanni-038d2211032cc2187ef3332838dc20c9136fe7b7.tar.gz
skyhanni-038d2211032cc2187ef3332838dc20c9136fe7b7.tar.bz2
skyhanni-038d2211032cc2187ef3332838dc20c9136fe7b7.zip
dot
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java2
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;