Rank rework
This makes an under the hood rank-rework. Nothing is changed from the player perspective.
This commit is contained in:
@@ -99,8 +99,7 @@ public class RelationUtil
|
||||
|
||||
if (myFaction.equals(thatFaction))
|
||||
{
|
||||
if (that instanceof MPlayer) return ((MPlayer) that).getRole();
|
||||
return Rel.MEMBER;
|
||||
return Rel.FACTION;
|
||||
}
|
||||
|
||||
MFlag flagPeaceful = MFlag.getFlagPeaceful();
|
||||
|
Reference in New Issue
Block a user