diff --git a/OpenRA.Game/MiniYaml.cs b/OpenRA.Game/MiniYaml.cs index 4a2d1bfc25..46f8e4c0f0 100644 --- a/OpenRA.Game/MiniYaml.cs +++ b/OpenRA.Game/MiniYaml.cs @@ -83,7 +83,7 @@ namespace OpenRA public MiniYamlNode Clone() { - return new MiniYamlNode(Key, Value.Clone()); + return new MiniYamlNode(Key, Value.Clone(), Comment, Location); } }