Renamed WithHarvestAnimation to WithHarvestOverlay
This commit is contained in:
@@ -1221,6 +1221,14 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
}
|
||||
}
|
||||
|
||||
// Removed RenderUnit
|
||||
if (engineVersion < 20150704)
|
||||
{
|
||||
// Renamed WithHarvestAnimation to WithHarvestOverlay
|
||||
if (node.Key == "WithHarvestAnimation")
|
||||
node.Key = "WithHarvestOverlay";
|
||||
}
|
||||
|
||||
UpgradeActorRules(engineVersion, ref node.Value.Nodes, node, depth + 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user