Add an upgrade rule.

This commit is contained in:
Paul Chote
2015-04-27 19:46:33 +12:00
parent 614f96046c
commit 94f22638be
4 changed files with 4 additions and 4 deletions

View File

@@ -872,6 +872,10 @@ namespace OpenRA.Mods.Common.UtilityCommands
}
}
if (engineVersion < 201504277)
if (node.Key.StartsWith("WithRotor"))
node.Value.Nodes.RemoveAll(p => p.Key == "Id");
UpgradeActorRules(engineVersion, ref node.Value.Nodes, node, depth + 1);
}
}