diff --git a/OpenRA.Editor/Form1.cs b/OpenRA.Editor/Form1.cs index 236ae6277b..e8f363267d 100644 --- a/OpenRA.Editor/Form1.cs +++ b/OpenRA.Editor/Form1.cs @@ -425,6 +425,9 @@ namespace OpenRA.Editor var map = LegacyMapImporter.Import(ofd.FileName); map.Package = new Folder(savePath); + map.Players.Add("Neutral", new PlayerReference("Neutral", + Rules.Info["world"].Traits.WithInterface().First().Race, true, true)); + map.Save(savePath); LoadMap(savePath); loadedMapName = null; /* editor needs to think this hasnt been saved */