Cancel scheduler tasks onDisable to prevent nag warnings

Dieser Commit ist enthalten in:
Wizjany 2011-08-07 11:57:32 -04:00
Ursprung 0f73533199
Commit b8a987b204

Datei anzeigen

@ -118,6 +118,7 @@ public class WorldEditPlugin extends JavaPlugin {
}
controller.clearSessions();
config.unload();
this.getServer().getScheduler().cancelTasks(this);
}
/**