Renaming show --> faction and power --> player

This commit is contained in:
Olof Larsson
2013-04-26 14:01:28 +02:00
parent 7cbc99bdd6
commit 1609a7cfea
7 changed files with 32 additions and 31 deletions

View File

@ -643,6 +643,7 @@ public class Faction extends Entity<Faction> implements EconomyParticipator
{
Entry<FPerm, Set<Rel>> entry = iter.next();
FPerm key = entry.getKey();
if (key == null) System.out.println("key was null");
Set<Rel> keyDefault = key.getDefault(this);
Set<Rel> value = entry.getValue();