diff --git a/OpenRA.Game/Map.cs b/OpenRA.Game/Map.cs index 2d1cef6556..7c37f94870 100644 --- a/OpenRA.Game/Map.cs +++ b/OpenRA.Game/Map.cs @@ -400,6 +400,9 @@ namespace OpenRA var numSpawns = GetSpawnPoints().Length; for (var index = 0; index < numSpawns; index++) { + if (Players.ContainsKey("Multi{0}".F(index))) + continue; + var p = new PlayerReference { Name = "Multi{0}".F(index),