mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Call superclass constructor for GroupManager, fixes #48
This commit is contained in:
parent
5375ff3790
commit
ce5ffb9bd7
3 changed files with 3 additions and 10 deletions
|
@ -8,7 +8,6 @@ import org.bukkit.plugin.PluginManager;
|
|||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
|
||||
public class PermissionsHandler implements IPermissionsHandler {
|
||||
|
@ -147,9 +146,9 @@ public class PermissionsHandler implements IPermissionsHandler {
|
|||
if (vault.setupProviders()) {
|
||||
ess.getLogger().info("Using generic Vault based permissions.");
|
||||
handler = vault;
|
||||
return;
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
if (useSuperperms) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue