diff --git a/OpenRa.Game/Traits/ConstructionYard.cs b/OpenRa.Game/Traits/ConstructionYard.cs index b2f8c80bf3..d616c468f3 100644 --- a/OpenRa.Game/Traits/ConstructionYard.cs +++ b/OpenRa.Game/Traits/ConstructionYard.cs @@ -5,7 +5,7 @@ namespace OpenRa.Traits { class ConstructionYardInfo : ITraitInfo { - public readonly bool AllowUndeploy = false; + public readonly bool AllowUndeploy = true; public object Create(Actor self) { return new ConstructionYard(self); } }