From 870d973ae9cda04430319c070ed6d90ac11435c0 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 16 Sep 2023 21:36:58 +0200 Subject: migrate ghost counter and damage splash config into combat --- .../java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostUtil.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}")) } } -- cgit