diff --git a/OpenRA.Mods.Common/Traits/Conditions/ConditionManager.cs b/OpenRA.Mods.Common/Traits/Conditions/ConditionManager.cs index 2123c8896e..f883b43058 100644 --- a/OpenRA.Mods.Common/Traits/Conditions/ConditionManager.cs +++ b/OpenRA.Mods.Common/Traits/Conditions/ConditionManager.cs @@ -129,7 +129,6 @@ namespace OpenRA.Mods.Common.Traits /// Grants a specified condition. /// The token that is used to revoke this condition. - /// Validate against the external condition whitelist. /// Automatically revoke condition after this delay if non-zero. public int GrantCondition(Actor self, string condition, int duration = 0) {