Fix country names in lobby

This commit is contained in:
Paul Chote
2010-06-30 19:49:51 +12:00
parent e5ce9196fa
commit 9ca9d9a47e
4 changed files with 22 additions and 19 deletions

View File

@@ -150,7 +150,7 @@ namespace OpenRA.Server
Index = newConn.PlayerIndex,
PaletteIndex = ChooseFreePalette(),
Name = "Player {0}".F(1 + newConn.PlayerIndex),
Country = "Random",
Country = "random",
State = Session.ClientState.NotReady,
SpawnPoint = 0,
Team = 0,