feat: unused statements
This commit is contained in:
parent
fab70cee5c
commit
045f18bc52
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@ class RunnerDragon : JavaPlugin() {
|
|||
Bukkit.getScheduler().cancelTasks(this)
|
||||
TIMER_TASK?.taskId?.let { Bukkit.getScheduler().cancelTask(it) }
|
||||
GRACE_PERIOD_TASK?.taskId?.let { Bukkit.getScheduler().cancelTask(it) }
|
||||
//TIMER_TASK?.cancel()
|
||||
//GRACE_PERIOD_TASK?.cancel()
|
||||
TIME = 0
|
||||
DEAD_COWS = 0
|
||||
worldManager.applyWaitingRules()
|
||||
|
|
Loading…
Reference in a new issue