Remove an outdated reference to ConditionManager

This commit is contained in:
abcdefg30
2021-07-18 21:08:41 +02:00
committed by Smittytron
parent 249bc4abc8
commit dcaa658678

View File

@@ -56,8 +56,8 @@ namespace OpenRA.Mods.Common.Traits
{ {
Info = info; Info = info;
// Conditional traits will be enabled (if appropriate) by the ConditionManager // Conditional traits will be enabled (if appropriate) by the Actor
// calling ConditionConsumers at the end of INotifyCreated. // calling ConditionConsumers after INotifyCreated runs.
IsTraitDisabled = Info.RequiresCondition != null; IsTraitDisabled = Info.RequiresCondition != null;
} }