Change the UpdatePath targets from playtest-20201213 to release-20210321

This commit is contained in:
abcdefg30
2022-01-07 02:20:51 +01:00
committed by Matthias Mailänder
parent 6770c08bf9
commit d660ce9c47

View File

@@ -53,9 +53,8 @@ namespace OpenRA.Mods.Common.UpdateRules
new RenameRallyPointPath(),
}),
new UpdatePath("release-20200503", "playtest-20201213", new UpdateRule[]
new UpdatePath("release-20200503", "release-20210321", new UpdateRule[]
{
// Prep only changes here
new AddPipDecorationTraits(),
new ModernizeDecorationTraits(),
new RenameHealCrateAction(),
@@ -81,7 +80,7 @@ namespace OpenRA.Mods.Common.UpdateRules
new RemoveLaysTerrain(),
}),
new UpdatePath("playtest-20201213", new UpdateRule[]
new UpdatePath("release-20210321", new UpdateRule[]
{
// Bleed only changes here
new RenameMPTraits(),