forked from 2009Scape/Server
Disable Random events
This commit is contained in:
parent
876b87b72a
commit
661aa22e41
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import core.tools.colorize
|
|||
import org.json.simple.JSONObject
|
||||
|
||||
class AntiMacro : PersistTimer(0, "antimacro", isAuto = true), Commands {
|
||||
var paused = false
|
||||
var paused = true
|
||||
var nextRandom: RandomEvents? = null
|
||||
|
||||
override fun run(entity: Entity): Boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue