diff --git a/OpenRA.Mods.Cnc/AttackPopupTurreted.cs b/OpenRA.Mods.Cnc/AttackPopupTurreted.cs index 62b5429b7e..4876e073a7 100644 --- a/OpenRA.Mods.Cnc/AttackPopupTurreted.cs +++ b/OpenRA.Mods.Cnc/AttackPopupTurreted.cs @@ -54,7 +54,8 @@ namespace OpenRA.Mods.Cnc State = PopupState.Closed; init.self.Trait() .PlayCustomAnimRepeating(init.self, "closed-idle"); - Turret.desiredFacing = null; + Turret.desiredFacing = null; + buildComplete = true; } }