Add missing rule to UpdatePath

This commit is contained in:
Gustas
2023-07-03 12:05:42 +03:00
committed by Matthias Mailänder
parent a84b7591f6
commit 305ba1c567

View File

@@ -99,6 +99,7 @@ namespace OpenRA.Mods.Common.UpdateRules
new RenameContrailWidth(),
new RemoveNegativeSequenceLength(),
new RemoveExperienceFromInfiltrates(),
new AddColorPickerValueRange(),
})
};