code tidy.

This commit is contained in:
ElgarL 2013-01-09 04:13:40 +00:00
parent eacb847305
commit 5056210a38

View File

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