From 95a5958b1297090f367573fdbe3883031b2445bf Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 17 Sep 2023 08:36:52 +0200 Subject: better ghost counter name --- src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java index 88b7256af..5b0e7e9ff 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java @@ -145,7 +145,7 @@ public class CombatConfig { public static class GhostCounterConfig { @Expose - @ConfigOption(name = "Enabled", desc = "Enable ghost counter.") + @ConfigOption(name = "Enabled", desc = "Enable the ghost counter (invisible creepers in the Dwarven Mines The Mist area).") @ConfigEditorBoolean @FeatureToggle public boolean enabled = true; -- cgit