Split off a new UpdatePath for changes not going into prep-1908

This commit is contained in:
abcdefg30
2019-10-07 15:27:56 +02:00
committed by reaperrr
parent 55c3f313b1
commit 76ad9962d7

View File

@@ -115,9 +115,9 @@ namespace OpenRA.Mods.Common.UpdateRules
new RemoveAttackSuicides(), new RemoveAttackSuicides(),
}), }),
new UpdatePath("release-20190314", new UpdateRule[] new UpdatePath("release-20190314", "playtest-20190825", new UpdateRule[]
{ {
// Bleed only changes here // Prep only changes here
new MultipleDeploySounds(), new MultipleDeploySounds(),
new RemoveSimpleBeacon(), new RemoveSimpleBeacon(),
new MakeMobilePausableConditional(), new MakeMobilePausableConditional(),
@@ -134,7 +134,9 @@ namespace OpenRA.Mods.Common.UpdateRules
new AddAircraftIdleBehavior(), new AddAircraftIdleBehavior(),
new RenameSearchRadius(), new RenameSearchRadius(),
new RemoveMoveIntoWorldFromExit(), new RemoveMoveIntoWorldFromExit(),
}) }),
new UpdatePath("playtest-20190825", new UpdateRule[0])
}; };
public static IEnumerable<UpdateRule> FromSource(ObjectCreator objectCreator, string source, bool chain = true) public static IEnumerable<UpdateRule> FromSource(ObjectCreator objectCreator, string source, bool chain = true)