moved NeutralPlayer creation a bit earlier; bridge sections are now owned by NeutralPlayer rather than null
This commit is contained in:
@@ -289,8 +289,6 @@ namespace OpenRA
|
||||
if( orderManager.GameStarted ) return;
|
||||
chat.Reset();
|
||||
|
||||
world.AddPlayer(new Player(world, null)); // neutral player
|
||||
|
||||
foreach (var c in LobbyInfo.Clients)
|
||||
world.AddPlayer(new Player(world, c));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user