fix dumb bugs, remove remaining 'allies' reference in server

This commit is contained in:
Chris Forbes
2010-02-10 17:28:03 +13:00
parent ea3b674d9a
commit 599537b575
3 changed files with 5 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ namespace OpenRA.Server
Index = newConn.PlayerIndex,
PaletteIndex = ChooseFreePalette(),
Name = "Player {0}".F(1 + newConn.PlayerIndex),
Country = "allies", /* hack */
Country = "", /* hack */
State = Session.ClientState.NotReady
});