Remove ResupplyAircraft hack

This commit is contained in:
tovl
2019-03-16 23:23:53 +01:00
committed by Oliver Brakmann
parent e2e4caf0ba
commit 16f1750252

View File

@@ -50,10 +50,6 @@ namespace OpenRA.Mods.Common.Activities
return this; return this;
} }
// Conditional fixes being able to stop aircraft from resupplying.
if (IsCanceling && NextInQueue == null)
return new ResupplyAircraft(self);
return NextActivity; return NextActivity;
} }
} }