mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-01 05:57:51 +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.scheduler = new VaultScheduler(plugin);
|
||||
|
||||
super.plugin = plugin;
|
||||
|
||||
// Config options
|
||||
this.server = plugin.getConfiguration().getVaultServer();
|
||||
this.includeGlobal = plugin.getConfiguration().isVaultIncludingGlobal();
|
||||
|
Loading…
Reference in New Issue
Block a user