mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-06 02:51:32 +01:00
Final fix for lag on manload
This commit is contained in:
parent
497a08940e
commit
d18a47a643
@ -1465,6 +1465,9 @@ public class GroupManager extends JavaPlugin {
|
|||||||
}
|
}
|
||||||
//WORKING
|
//WORKING
|
||||||
config.load();
|
config.load();
|
||||||
|
|
||||||
|
isLoaded = false;
|
||||||
|
|
||||||
if (args.length > 0) {
|
if (args.length > 0) {
|
||||||
auxString = "";
|
auxString = "";
|
||||||
for (int i = 0; i < args.length; i++) {
|
for (int i = 0; i < args.length; i++) {
|
||||||
@ -1481,6 +1484,8 @@ public class GroupManager extends JavaPlugin {
|
|||||||
}
|
}
|
||||||
worldsHolder.mirrorSetUp();
|
worldsHolder.mirrorSetUp();
|
||||||
|
|
||||||
|
isLoaded = true;
|
||||||
|
|
||||||
BukkitPermissions.updateAllPlayers();
|
BukkitPermissions.updateAllPlayers();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user