mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-10 08:34:17 +02:00
Final fix for lag on manload
This commit is contained in:
@@ -1465,6 +1465,9 @@ public class GroupManager extends JavaPlugin {
|
||||
}
|
||||
//WORKING
|
||||
config.load();
|
||||
|
||||
isLoaded = false;
|
||||
|
||||
if (args.length > 0) {
|
||||
auxString = "";
|
||||
for (int i = 0; i < args.length; i++) {
|
||||
@@ -1481,6 +1484,8 @@ public class GroupManager extends JavaPlugin {
|
||||
}
|
||||
worldsHolder.mirrorSetUp();
|
||||
|
||||
isLoaded = true;
|
||||
|
||||
BukkitPermissions.updateAllPlayers();
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user