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

Fix forgetting sub groups on a manload.

This commit is contained in:
ElgarL
2012-04-21 16:58:22 +01:00
parent 402e162abc
commit e843009a76
4 changed files with 52 additions and 9 deletions

View File

@@ -96,12 +96,17 @@ public class BukkitPermissions {
public BukkitPermissions(GroupManager plugin) {
this.plugin = plugin;
this.collectPermissions();
this.reset();
this.registerEvents();
this.updateAllPlayers();
GroupManager.logger.info("Superperms support enabled.");
}
public void reset() {
this.collectPermissions();
this.updateAllPlayers();
}
private void registerEvents() {