mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 16:39:45 +00:00
Final fix for lag on manload
This commit is contained in:
parent
497a08940e
commit
d18a47a643
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue