From 8f2f54f92f43dcdc833453249006c3d59d22693d Mon Sep 17 00:00:00 2001 From: atlimit8 Date: Mon, 27 Mar 2017 01:04:16 -0500 Subject: [PATCH] Fix ConditionManager.GrantCondition doc --- OpenRA.Mods.Common/Traits/Conditions/ConditionManager.cs | 1 - 1 file changed, 1 deletion(-) 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) {