Remove FlyCircleTimed activity
A FlyCircle overload is sufficient.
This commit is contained in:
committed by
Matthias Mailänder
parent
df94765eac
commit
5d58374962
@@ -128,7 +128,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
if (nearestAfld != null)
|
||||
return ActivityUtils.SequenceActivities(
|
||||
new Fly(self, Target.FromActor(nearestAfld), WDist.Zero, plane.Info.WaitDistanceFromResupplyBase),
|
||||
new FlyCircleTimed(self, plane.Info.NumberOfTicksToVerifyAvailableAirport),
|
||||
new FlyCircle(self, plane.Info.NumberOfTicksToVerifyAvailableAirport),
|
||||
this);
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user