mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-02 04:40:55 +02:00
Removed superperms update on plugins unloading. Unneeded and created
undesired lag on shutdown.
This commit is contained in:
@@ -18,3 +18,4 @@ v 1.1:
|
||||
- Fixed wasteful updating of perms on a manload.
|
||||
- manulistp now accepts an additional + to list ALL Superperms effective permissions (/manulistp <name> +).
|
||||
- manucheckp also outputs superperms results.
|
||||
- Removed superperms update on plugins unloading. Unneeded and created undesired lag on shutdown.
|
@@ -256,8 +256,8 @@ public class BukkitPermissions {
|
||||
|
||||
@Override
|
||||
public void onPluginDisable(PluginDisableEvent event) {
|
||||
collectPermissions();
|
||||
updateAllPlayers();
|
||||
//collectPermissions();
|
||||
//updateAllPlayers();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user