MassiveCore - PermissionUtil Improvements
This commit is contained in:
parent
72c3270d20
commit
81a0b16e96
@ -110,7 +110,7 @@ public enum Perm
|
|||||||
|
|
||||||
public boolean has(Permissible permissible, boolean informSenderIfNot)
|
public boolean has(Permissible permissible, boolean informSenderIfNot)
|
||||||
{
|
{
|
||||||
return PermissionUtil.has(permissible, this.node, informSenderIfNot);
|
return PermissionUtil.hasPermission(permissible, this.node, informSenderIfNot);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean has(Permissible permissible)
|
public boolean has(Permissible permissible)
|
||||||
|
Loading…
Reference in New Issue
Block a user