From 1a16ef35375d2d61f7757813a07c6fe13362a89e Mon Sep 17 00:00:00 2001 From: Mustafa Alperen Seki Date: Sun, 28 Oct 2018 13:09:00 +0300 Subject: [PATCH] Add RenameCrateActionNotification to bleed update path --- 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 a7546dd3dc..dc2d9c2334 100644 --- a/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs +++ b/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs @@ -95,6 +95,7 @@ namespace OpenRA.Mods.Common.UpdateRules new MergeCaptureTraits(), new RemovedNotifyBuildComplete(), new LowPowerSlowdownToModifier(), + new RenameCrateActionNotification(), }) };