mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 01:25:26 +02:00
code tidy.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user