MassiveCore - PermUtil --> PermissionUtil

This commit is contained in:
Olof Larsson 2016-05-21 12:36:18 +02:00
parent 150828712b
commit 72c3270d20
No known key found for this signature in database
GPG Key ID: BBEF14F97DA52474

View File

@ -2,7 +2,7 @@ package com.massivecraft.factions;
import org.bukkit.permissions.Permissible; import org.bukkit.permissions.Permissible;
import com.massivecraft.massivecore.util.PermUtil; import com.massivecraft.massivecore.util.PermissionUtil;
public enum Perm public enum Perm
{ {
@ -110,7 +110,7 @@ public enum Perm
public boolean has(Permissible permissible, boolean informSenderIfNot) public boolean has(Permissible permissible, boolean informSenderIfNot)
{ {
return PermUtil.has(permissible, this.node, informSenderIfNot); return PermissionUtil.has(permissible, this.node, informSenderIfNot);
} }
public boolean has(Permissible permissible) public boolean has(Permissible permissible)