Skip to content

Commit

Permalink
Remove ResupplyAircraft hack
Browse files Browse the repository at this point in the history
  • Loading branch information
tovl authored and obrakmann committed Mar 22, 2019
1 parent e2e4caf commit 16f1750
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions OpenRA.Mods.Common/Activities/Air/ResupplyAircraft.cs
Expand Up @@ -50,10 +50,6 @@ public override Activity Tick(Actor self)
return this;
}

// Conditional fixes being able to stop aircraft from resupplying.
if (IsCanceling && NextInQueue == null)
return new ResupplyAircraft(self);

return NextActivity;
}
}
Expand Down

0 comments on commit 16f1750

Please sign in to comment.