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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user