From 038d2211032cc2187ef3332838dc20c9136fe7b7 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:55:19 +0200 Subject: dot --- .../java/at/hannibal2/skyhanni/config/features/InventoryConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2') 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; -- cgit