Remove an outdated reference to ConditionManager
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user