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

Reload GlobalGroups when you perform a world load.

Changed GlobalGroups to save/load before local groups in the
scheduled data saving/loading
This commit is contained in:
ElgarL
2012-01-03 02:04:48 +00:00
parent 3aba996e97
commit 7726fd0081
3 changed files with 15 additions and 10 deletions

View File

@@ -1504,7 +1504,9 @@ public class GroupManager extends JavaPlugin {
isLoaded = false; // Disable Bukkit Perms update
globalGroups.load();
worldsHolder.loadWorld(auxString);
sender.sendMessage("The request to world '" + auxString + "' was sent.");
isLoaded = true;