From 305ba1c56757ca56026bcef68f0ad75ca20359b0 Mon Sep 17 00:00:00 2001 From: Gustas <37534529+PunkPun@users.noreply.github.com> Date: Mon, 3 Jul 2023 12:05:42 +0300 Subject: [PATCH] Add missing rule to UpdatePath --- OpenRA.Mods.Common/UpdateRules/UpdatePath.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs b/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs index f339fb2828..dbe9a808a3 100644 --- a/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs +++ b/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs @@ -99,6 +99,7 @@ namespace OpenRA.Mods.Common.UpdateRules new RenameContrailWidth(), new RemoveNegativeSequenceLength(), new RemoveExperienceFromInfiltrates(), + new AddColorPickerValueRange(), }) };