diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostCounter.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostCounter.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostCounter.kt index c6bbdab9f..e8e539553 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostCounter.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/misc/ghostcounter/GhostCounter.kt @@ -292,8 +292,7 @@ object GhostCounter { ) } } - // some area don't show as 'The Mist' in the scoreboard - inMist = Minecraft.getMinecraft().thePlayer.posY <= 110 + inMist = LorenzUtils.skyBlockArea == "The Mist" update() } if (event.repeatSeconds(2)) { |