mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-20 02:45:00 +00:00
Cancel scheduler tasks onDisable to prevent nag warnings
This commit is contained in:
parent
0f73533199
commit
b8a987b204
@ -118,6 +118,7 @@ public class WorldEditPlugin extends JavaPlugin {
|
||||
}
|
||||
controller.clearSessions();
|
||||
config.unload();
|
||||
this.getServer().getScheduler().cancelTasks(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user