diff --git a/OpenRA.Game/Map/Map.cs b/OpenRA.Game/Map/Map.cs index acbcedc433..4ebee4554a 100644 --- a/OpenRA.Game/Map/Map.cs +++ b/OpenRA.Game/Map/Map.cs @@ -484,7 +484,7 @@ namespace OpenRA } // Saving the map to a new location - if (toPath != Path) + if (toPath != Path || Container == null) { Path = toPath;