Unknown race -> Random; make it actually work, too.
This commit is contained in:
@@ -147,7 +147,7 @@ namespace OpenRA.Server
|
||||
Index = newConn.PlayerIndex,
|
||||
PaletteIndex = ChooseFreePalette(),
|
||||
Name = "Player {0}".F(1 + newConn.PlayerIndex),
|
||||
Country = "", /* hack */
|
||||
Country = "Random",
|
||||
State = Session.ClientState.NotReady
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user