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:
@@ -103,6 +103,8 @@ public class BukkitPermissions {
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
attachments = new WeakHashMap<String, PermissionAttachment>();
|
||||
|
||||
this.collectPermissions();
|
||||
this.updateAllPlayers();
|
||||
}
|
||||
|
Reference in New Issue
Block a user