diff --git a/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDisabled.cs b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDisabled.cs index 0b5c16226d..aa778ba772 100644 --- a/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDisabled.cs +++ b/OpenRA.Mods.Common/Traits/Conditions/GrantConditionOnDisabled.cs @@ -15,7 +15,7 @@ namespace OpenRA.Mods.Common.Traits { [Desc("Applies a condition to the actor when it is disabled.", "This is a temporary shim to help migration away from the legacy IDisable code")] - public class GrantConditionOnDisabledInfo : ITraitInfo, Requires + public class GrantConditionOnDisabledInfo : ITraitInfo { [FieldLoader.Require] [GrantedConditionReference]