Merge pull request #2945 from bidifx/syncrep

fixes #2941 -  dump fields in syncreport
This commit is contained in:
Chris Forbes
2013-04-12 12:10:48 -07:00
2 changed files with 117 additions and 8 deletions

View File

@@ -91,6 +91,11 @@ namespace OpenRA
}
}
public override string ToString()
{
return "{0} ({1})".F(PlayerName, ClientIndex);
}
public Dictionary<Player, Stance> Stances = new Dictionary<Player, Stance>();
public bool IsAlliedWith(Player p)
{