MassiveCore - PermissionUtil Improvements

This commit is contained in:
Olof Larsson
2016-05-21 14:48:53 +02:00
parent 72c3270d20
commit 81a0b16e96

View File

@@ -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)