From 88404bf8dc0f2aa9493000591e9db2e5d2caa369 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:31:35 +0100 Subject: checking in SkyBlock before checking config --- .../at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt b/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt index 033934e6f..8f53aa5d9 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/combat/ghostcounter/GhostCounter.kt @@ -517,5 +517,5 @@ object GhostCounter { } } - fun isEnabled() = config.enabled && IslandType.DWARVEN_MINES.isInIsland() + fun isEnabled() = IslandType.DWARVEN_MINES.isInIsland() && config.enabled } -- cgit