mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-03 13:17:38 +02:00
Fixed a crash on reload due to bukkit not unloading plugins before
reloading.
This commit is contained in:
@@ -71,4 +71,5 @@ v 1.5:
|
|||||||
You then MUST issue a '/mansave force' to overwrite the disc files, or a '/manload' to overwrite the memory data.
|
You then MUST issue a '/mansave force' to overwrite the disc files, or a '/manload' to overwrite the memory data.
|
||||||
- Fix for an error in checkFullUserPermission caused by players disconnecting mid perms update.
|
- Fix for an error in checkFullUserPermission caused by players disconnecting mid perms update.
|
||||||
- Notification of being moved to the default group only happens if it's a demotion/promotion (not on join).
|
- Notification of being moved to the default group only happens if it's a demotion/promotion (not on join).
|
||||||
- Fixed GM holding files open and causing the time stamp to be incorrect. This caused GM to require a '/mansave force' when it shouldn't be needed.
|
- Fixed GM holding files open and causing the time stamp to be incorrect. This caused GM to require a '/mansave force' when it shouldn't be needed.
|
||||||
|
- Fixed a crash on reload due to bukkit not unloading plugins before reloading.
|
@@ -130,6 +130,9 @@ public class GroupManager extends JavaPlugin {
|
|||||||
throw new IllegalStateException("An error ocurred while loading GroupManager");
|
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
|
// Initialize the world listener and bukkit permissions to handle
|
||||||
// events.
|
// events.
|
||||||
WorldEvents = new GMWorldListener(this);
|
WorldEvents = new GMWorldListener(this);
|
||||||
|
Reference in New Issue
Block a user