Move ChildActivity handling into base Activity class.
This commit is contained in:
@@ -132,7 +132,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
return moveInner;
|
||||
|
||||
var activity = new DeployForGrantedCondition(self, this, true);
|
||||
activity.Queue(self, moveInner);
|
||||
activity.Queue(moveInner);
|
||||
return activity;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user