1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-29 23:59:06 +02:00

Fixed a crash on reload due to bukkit not unloading plugins before

reloading.
This commit is contained in:
ElgarL
2011-11-17 14:28:33 +00:00
parent 022f7ab1d4
commit 7b7d1f557f
2 changed files with 5 additions and 1 deletions

View File

@@ -130,6 +130,9 @@ public class GroupManager extends JavaPlugin {
throw new IllegalStateException("An error ocurred while loading GroupManager");
}
// Set a few defaults (reloads)
setLoaded(false);
// Initialize the world listener and bukkit permissions to handle
// events.
WorldEvents = new GMWorldListener(this);