mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Fix PrivilegesHandler
This commit is contained in:
parent
b19dbb1b8f
commit
0a2f1a3dfe
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package com.earth2me.essentials.perm;
|
|||
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public class PrivilegesHandler extends SuperpermsHandler {
|
||||
public class PrivilegesHandler extends AbstractVaultHandler {
|
||||
@Override
|
||||
public boolean canBuild(Player base, String group) {
|
||||
return hasPermission(base, "privileges.build");
|
||||
|
|
Loading…
Reference in a new issue