mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-04 01:51:58 +02:00
Fixed wasteful updating of perms on a manload.
This commit is contained in:
@@ -1423,9 +1423,14 @@ public class GroupManager extends JavaPlugin {
|
||||
auxString += " ";
|
||||
}
|
||||
}
|
||||
|
||||
isLoaded = false; // Disable Bukkit Perms update
|
||||
|
||||
worldsHolder.loadWorld(auxString);
|
||||
sender.sendMessage("The request to world '" + auxString + "' was sent.");
|
||||
|
||||
isLoaded = true;
|
||||
|
||||
BukkitPermissions.updateAllPlayers();
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user