Improve the Faction home system.
This commit is contained in:
@@ -29,6 +29,10 @@ public class RelationUtil
|
||||
|
||||
if (that instanceof Faction)
|
||||
{
|
||||
if (thatFaction.isNone())
|
||||
{
|
||||
ret = thatFaction.getName();
|
||||
}
|
||||
if (me instanceof MPlayer && myFaction == thatFaction)
|
||||
{
|
||||
ret = "your faction";
|
||||
|
||||
Reference in New Issue
Block a user