aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt b/src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
index 9125f25a2..22408ebfb 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
@@ -91,7 +91,7 @@ object TheGreatSpook {
}
displayMobCooldown = Renderable.string(mobCooldownString)
- if (config.primalFearNotification && mobCooldown.isInFuture()) {
+ if (config.primalFearNotification && mobCooldown.isInPast()) {
SoundUtils.playPlingSound()
}