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