MassiveCore - PermissionUtil Improvements

This commit is contained in:
Olof Larsson 2016-05-21 14:48:53 +02:00
parent 72c3270d20
commit 81a0b16e96
No known key found for this signature in database
GPG Key ID: BBEF14F97DA52474

View File

@ -110,7 +110,7 @@ public enum Perm
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)