mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-03 23:17:43 +01:00
Fix NPE with Vault transient permissions - closes #117
This commit is contained in:
parent
454abec468
commit
a71e040c6d
@ -70,6 +70,8 @@ public class VaultPermissionHook extends Permission {
|
|||||||
this.plugin = plugin;
|
this.plugin = plugin;
|
||||||
this.scheduler = new VaultScheduler(plugin);
|
this.scheduler = new VaultScheduler(plugin);
|
||||||
|
|
||||||
|
super.plugin = plugin;
|
||||||
|
|
||||||
// Config options
|
// Config options
|
||||||
this.server = plugin.getConfiguration().getVaultServer();
|
this.server = plugin.getConfiguration().getVaultServer();
|
||||||
this.includeGlobal = plugin.getConfiguration().isVaultIncludingGlobal();
|
this.includeGlobal = plugin.getConfiguration().isVaultIncludingGlobal();
|
||||||
|
Loading…
Reference in New Issue
Block a user