Rename P --> Factions.

This commit is contained in:
Olof Larsson
2013-04-09 13:00:09 +02:00
parent 8a4b26cbd9
commit c88847bd3e
54 changed files with 171 additions and 171 deletions

View File

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