Add missing else before if. Wilderness is now never Your Faction.
This commit is contained in:
parent
de1968c216
commit
fd102bbd39
@ -33,7 +33,7 @@ public class RelationUtil
|
|||||||
{
|
{
|
||||||
ret = thatFaction.getName();
|
ret = thatFaction.getName();
|
||||||
}
|
}
|
||||||
if (me instanceof MPlayer && myFaction == thatFaction)
|
else if (me instanceof MPlayer && myFaction == thatFaction)
|
||||||
{
|
{
|
||||||
ret = "your faction";
|
ret = "your faction";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user