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:
@@ -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() {
|
||||
|
||||
|
Reference in New Issue
Block a user