Merged Relation and Role into one enum

This commit is contained in:
Olof Larsson
2011-10-23 17:55:53 +02:00
parent e6ff84ad9a
commit 842844969b
64 changed files with 254 additions and 363 deletions

View File

@@ -348,7 +348,7 @@ public class Faction extends Entity implements EconomyParticipator
return ret;
}
public FPlayer getFPlayerAdmin()
public FPlayer getFPlayerLeader()
{
if ( ! this.isNormal()) return null;