1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-01 12:20:59 +02:00

Removed superperms update on plugins unloading. Unneeded and created

undesired lag on shutdown.
This commit is contained in:
ElgarL
2011-09-24 17:33:25 +01:00
parent 65186ff9da
commit 28e4bb8302
2 changed files with 4 additions and 3 deletions

View File

@@ -17,4 +17,5 @@ v 1.1:
- Fix for null in PLAYER_TELEPORT for bukkit perms.
- 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.
- manucheckp also outputs superperms results.
- Removed superperms update on plugins unloading. Unneeded and created undesired lag on shutdown.

View File

@@ -256,8 +256,8 @@ public class BukkitPermissions {
@Override
public void onPluginDisable(PluginDisableEvent event) {
collectPermissions();
updateAllPlayers();
//collectPermissions();
//updateAllPlayers();
}
}