mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-13 06:06:28 +01:00
forgot the superperms message too.
This commit is contained in:
parent
111cea97a7
commit
b9deb22737
@ -394,7 +394,7 @@ public class Vault extends JavaPlugin {
|
||||
|
||||
Permission perms = new Permission_SuperPerms(this);
|
||||
sm.register(Permission.class, perms, this, ServicePriority.Lowest);
|
||||
log.info(String.format("[%s][Permission] SuperPermissions loaded as backup permission system.", getDescription().getName()));
|
||||
log.info(String.format("[Permission] SuperPermissions loaded as backup permission system."));
|
||||
|
||||
this.perms = sm.getRegistration(Permission.class).getProvider();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user