forked from 2009Scape/Server
Disabled Easter Event
This commit is contained in:
parent
7538322006
commit
4d7f26bb47
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,8 @@ class EasterEvent : WorldEvent("easter"), TickListener, InteractionListener, Log
|
|||
}
|
||||
|
||||
override fun checkActive(cal: Calendar): Boolean {
|
||||
return cal.get(Calendar.MONTH) == Calendar.APRIL || ServerConstants.FORCE_EASTER_EVENTS
|
||||
return false
|
||||
//return cal.get(Calendar.MONTH) == Calendar.APRIL || ServerConstants.FORCE_EASTER_EVENTS
|
||||
}
|
||||
|
||||
private fun onEggBroken (player: Player)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue