mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-18 20:40:18 -07:00
Patch out old hween event
This commit is contained in:
parent
9c18af8f8d
commit
f9df84d7ec
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import java.util.*
|
||||||
|
|
||||||
class SimpleHalloweenEvent : WorldEvent("hween"){
|
class SimpleHalloweenEvent : WorldEvent("hween"){
|
||||||
override fun checkActive(): Boolean {
|
override fun checkActive(): Boolean {
|
||||||
return Calendar.getInstance().get(Calendar.MONTH) == Calendar.OCTOBER
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun initialize() {
|
override fun initialize() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue