mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Fix default permissions not properly applying on Bukkit
This commit is contained in:
parent
fa9324bda8
commit
7678f25879
@ -71,6 +71,8 @@ public class LPPermissible extends PermissibleBase {
|
||||
processors.add(new BukkitDefaultsProcessor(parent::isOp));
|
||||
|
||||
calculator = new PermissionCalculator(plugin, parent.getName(), plugin.getConfiguration().getDebugPermissionChecks(), processors);
|
||||
|
||||
recalculatePermissions();
|
||||
}
|
||||
|
||||
public void invalidateCache() {
|
||||
|
Loading…
Reference in New Issue
Block a user