Closed Andre601 closed 6 days ago
Fixes a small typo in the BukkitRunnable section of the Scheduler page, where it uses task.cancel(); when it actually should be this.cancel(); as mentioned.
BukkitRunnable
task.cancel();
this.cancel();
Fixes a small typo in the
BukkitRunnable
section of the Scheduler page, where it usestask.cancel();
when it actually should bethis.cancel();
as mentioned.