unfail game start
This commit is contained in:
@@ -369,6 +369,8 @@ namespace OpenRA
|
|||||||
if (orderManager.GameStarted) return;
|
if (orderManager.GameStarted) return;
|
||||||
chat.Reset();
|
chat.Reset();
|
||||||
|
|
||||||
|
world.SetLocalPlayer(orderManager.Connection.LocalClientId);
|
||||||
|
|
||||||
foreach (var c in LobbyInfo.Clients)
|
foreach (var c in LobbyInfo.Clients)
|
||||||
world.AddPlayer(new Player(world, c));
|
world.AddPlayer(new Player(world, c));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user