1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-03 01:21:56 +02:00

Clear our attachment map upon a manload so we correctly reconfigure a

players new permissions.
This commit is contained in:
ElgarL
2013-01-09 03:55:26 +00:00
parent 51e93c4c55
commit 243759a4a6
3 changed files with 5 additions and 2 deletions

View File

@@ -103,6 +103,8 @@ public class BukkitPermissions {
}
public void reset() {
attachments = new WeakHashMap<String, PermissionAttachment>();
this.collectPermissions();
this.updateAllPlayers();
}