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

code tidy.

This commit is contained in:
ElgarL
2013-01-09 04:13:40 +00:00
parent 84e4558280
commit 7e166d969a

View File

@@ -112,8 +112,10 @@ public class BukkitPermissions {
attachments.remove(key); attachments.remove(key);
} }
attachments = new WeakHashMap<String, PermissionAttachment>(); /*
* collect new permissions
* and register all attachments.
*/
this.collectPermissions(); this.collectPermissions();
this.updateAllPlayers(); this.updateAllPlayers();
} }