mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-02 08:40:01 +01:00
Fix issue on reloading.
This commit is contained in:
parent
e506e7f2d0
commit
d7525bd73c
@ -84,6 +84,9 @@ public class NoCheatPlus extends JavaPlugin implements Listener {
|
||||
// Just to be sure nothing gets left out.
|
||||
getServer().getScheduler().cancelTasks(this);
|
||||
|
||||
// Remove listeners.
|
||||
listeners.clear();
|
||||
|
||||
// Tell the server administrator the we finished unloading NoCheatPlus.
|
||||
System.out.println("[NoCheatPlus] Version " + pdfFile.getVersion() + " is disabled.");
|
||||
}
|
||||
@ -104,6 +107,7 @@ public class NoCheatPlus extends JavaPlugin implements Listener {
|
||||
ConfigManager.init(this);
|
||||
|
||||
// List the events listeners.
|
||||
listeners.clear();
|
||||
listeners.add(new BlockBreakListener());
|
||||
listeners.add(new BlockInteractListener());
|
||||
listeners.add(new BlockPlaceListener());
|
||||
|
Loading…
Reference in New Issue
Block a user