removed RaceUtil

This commit is contained in:
Chris Forbes
2010-02-10 14:33:00 +13:00
parent c3f4653801
commit d03fdc00be
5 changed files with 4 additions and 26 deletions

View File

@@ -62,7 +62,7 @@ namespace OpenRa
this.PaletteIndex = client != null ? client.PaletteIndex : index;
this.PlayerName = client != null ? client.Name : "Player {0}".F(index+1);
this.Race = client != null ? client.Race : RaceUtil.Allies;
this.Race = client != null ? client.Race : "allies";
}
void UpdatePower()