From 93dc94c1a03a475bb5ead23d003c48a2c4967ab2 Mon Sep 17 00:00:00 2001 From: Gustas <37534529+PunkPun@users.noreply.github.com> Date: Fri, 31 Oct 2025 14:26:19 +0200 Subject: [PATCH] Add RemoveAlwaysVisible to 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 1b80eb5383..bc9e39d7fc 100644 --- a/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs +++ b/OpenRA.Mods.Common/UpdateRules/UpdatePath.cs @@ -74,6 +74,7 @@ namespace OpenRA.Mods.Common.UpdateRules new RemoveBuildingInfoAllowPlacementOnResources(), new EditorMarkerTileLabels(), new RemoveBarracksTypesAndVehiclesTypesInBaseBuilderBotModule(), + new RemoveAlwaysVisible(), // Execute these rules last to avoid premature yaml merge crashes. new WithDamageOverlayPropertyRename(),