diff --git a/OpenRA.Editor/LegacyMapImporter.cs b/OpenRA.Editor/LegacyMapImporter.cs index 036e7852c1..b2f3db5a44 100644 --- a/OpenRA.Editor/LegacyMapImporter.cs +++ b/OpenRA.Editor/LegacyMapImporter.cs @@ -176,6 +176,7 @@ namespace OpenRA.Editor { var a = new ActorReference("mpspawn"); a.Add(new LocationInit(kv.Second)); + a.Add(new OwnerInit("Neutral")); Map.Actors.Value.Add("spawn" + kv.First, a); }