Update and fix the latest update path and rules

This commit is contained in:
abcdefg30
2020-05-06 14:50:06 +02:00
committed by Paul Chote
parent 1df3e28253
commit 7fb49e383d
7 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ namespace OpenRA.Mods.Common.UpdateRules
new ReplaceAttackTypeStrafe() new ReplaceAttackTypeStrafe()
}), }),
new UpdatePath("release-20200202", "playtest-20200303", new UpdateRule[] new UpdatePath("release-20200202", "release-20200503", new UpdateRule[]
{ {
new RemoveYesNo(), new RemoveYesNo(),
new RemoveInitialFacingHardcoding(), new RemoveInitialFacingHardcoding(),
@@ -75,7 +75,7 @@ namespace OpenRA.Mods.Common.UpdateRules
new RenameRallyPointPath(), new RenameRallyPointPath(),
}), }),
new UpdatePath("playtest-20200303", new UpdateRule[] new UpdatePath("release-20200503", new UpdateRule[]
{ {
// Bleed only changes here // Bleed only changes here
new AddPipDecorationTraits(), new AddPipDecorationTraits(),