mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-02 17:16:59 +02:00
Removed superperms update on plugins unloading. Unneeded and created
undesired lag on shutdown.
This commit is contained in:
@@ -256,8 +256,8 @@ public class BukkitPermissions {
|
||||
|
||||
@Override
|
||||
public void onPluginDisable(PluginDisableEvent event) {
|
||||
collectPermissions();
|
||||
updateAllPlayers();
|
||||
//collectPermissions();
|
||||
//updateAllPlayers();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user