diff --git a/OpenRA.Game/Map.cs b/OpenRA.Game/Map.cs index 91497076ea..5be043945b 100644 --- a/OpenRA.Game/Map.cs +++ b/OpenRA.Game/Map.cs @@ -254,7 +254,7 @@ namespace OpenRA root.Add( new MiniYamlNode( "Players", null, Players.Select( p => new MiniYamlNode( "PlayerReference@{0}".F( p.Key ), - FieldSaver.Save( p.Value ) ) ).ToList() ) ); + FieldSaver.SaveDifferences( p.Value, new PlayerReference() ) ) ).ToList() ) ); root.Add( new MiniYamlNode( "Actors", null, Actors.Value.Select( x => new MiniYamlNode(