Merge pull request #9435 from ABrandau/bleed
Create disable movement trait
This commit is contained in:
@@ -2741,6 +2741,12 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
node.Value.Value = RenameD2kActors(node.Value.Value);
|
||||
}
|
||||
|
||||
if (engineVersion < 20150925)
|
||||
{
|
||||
if (node.Key == "DisableUpgrade")
|
||||
node.Key = "DisableOnUpgrade";
|
||||
}
|
||||
|
||||
UpgradeActors(engineVersion, ref node.Value.Nodes, node, depth + 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user