Allow ReturnToBase to exit if actor does not land at building.
This commit is contained in:
@@ -126,7 +126,7 @@ namespace OpenRA.Mods.Common.Activities
|
|||||||
}
|
}
|
||||||
|
|
||||||
QueueChild(new Fly(self, Target.FromActor(dest)));
|
QueueChild(new Fly(self, Target.FromActor(dest)));
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user