Fix NPE with Vault transient permissions - closes #117
This commit is contained in:
@@ -70,6 +70,8 @@ public class VaultPermissionHook extends Permission {
|
||||
this.plugin = plugin;
|
||||
this.scheduler = new VaultScheduler(plugin);
|
||||
|
||||
super.plugin = plugin;
|
||||
|
||||
// Config options
|
||||
this.server = plugin.getConfiguration().getVaultServer();
|
||||
this.includeGlobal = plugin.getConfiguration().isVaultIncludingGlobal();
|
||||
|
||||
Reference in New Issue
Block a user