aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-17 08:36:52 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-17 08:36:52 +0200
commit95a5958b1297090f367573fdbe3883031b2445bf (patch)
treec8343d9463a638f0e8f469a49fa11c1e06b4e3fd
parente27b4ea5a0b4546a7b984a3dc5b1522a7b1648bb (diff)
downloadskyhanni-95a5958b1297090f367573fdbe3883031b2445bf.tar.gz
skyhanni-95a5958b1297090f367573fdbe3883031b2445bf.tar.bz2
skyhanni-95a5958b1297090f367573fdbe3883031b2445bf.zip
better ghost counter name
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/CombatConfig.java2
1 files changed, 1 insertions, 1 deletions
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;