From 4836af4362bcc65ae81be6a261f098b1693c7fef Mon Sep 17 00:00:00 2001 From: ceikry Date: Thu, 30 Sep 2021 21:35:25 -0500 Subject: [PATCH] Patch out old hween event --- .../worldevents/holiday/halloween/SimpleHalloweenEvent.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/kotlin/rs09/game/content/global/worldevents/holiday/halloween/SimpleHalloweenEvent.kt b/Server/src/main/kotlin/rs09/game/content/global/worldevents/holiday/halloween/SimpleHalloweenEvent.kt index 17346af3e..cbc719bb9 100644 --- a/Server/src/main/kotlin/rs09/game/content/global/worldevents/holiday/halloween/SimpleHalloweenEvent.kt +++ b/Server/src/main/kotlin/rs09/game/content/global/worldevents/holiday/halloween/SimpleHalloweenEvent.kt @@ -9,7 +9,7 @@ import java.util.* class SimpleHalloweenEvent : WorldEvent("hween"){ override fun checkActive(): Boolean { - return Calendar.getInstance().get(Calendar.MONTH) == Calendar.OCTOBER + return false } override fun initialize() {