Add RemoveAlwaysVisible to update path

This commit is contained in:
Gustas
2025-10-31 14:26:19 +02:00
committed by Gustas Kažukauskas
parent 79765004fc
commit 93dc94c1a0

View File

@@ -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(),