MCorify the MPlugin class Factions slightly.

This commit is contained in:
Olof Larsson
2013-04-09 13:12:13 +02:00
parent ecefb44d10
commit c8870d10d4
44 changed files with 139 additions and 122 deletions

View File

@ -91,7 +91,7 @@ public enum Perm
public boolean has(CommandSender sender, boolean informSenderIfNot)
{
return Factions.p.perm.has(sender, this.node, informSenderIfNot);
return Factions.get().perm.has(sender, this.node, informSenderIfNot);
}
public boolean has(CommandSender sender)