aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-16 21:36:58 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-16 21:36:58 +0200
commit870d973ae9cda04430319c070ed6d90ac11435c0 (patch)
tree1cfd2c826cf42ad9238897b6eae13f667244b2d1 /src/main
parent39f48f7cb127719ccfe84543198223b05de936b8 (diff)
downloadskyhanni-870d973ae9cda04430319c070ed6d90ac11435c0.tar.gz
skyhanni-870d973ae9cda04430319c070ed6d90ac11435c0.tar.bz2
skyhanni-870d973ae9cda04430319c070ed6d90ac11435c0.zip
migrate ghost counter and damage splash config into combat
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostUtil.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostUtil.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostUtil.kt
index bfcc73cec..c0e506abf 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostUtil.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostUtil.kt
@@ -95,7 +95,7 @@ object GhostUtil {
lol
} else {
Utils.chromaStringByColourCode(this.replace("%value%", t)
- .replace("%display%", "$level->${if (SkyHanniMod.feature.ghostCounter.showMax) "25" else nextLevel}"))
+ .replace("%display%", "$level->${if (SkyHanniMod.feature.combat.ghostCounter.showMax) "25" else nextLevel}"))
}
}