Fix FindResources aborting to early

This commit is contained in:
Oliver Brakmann
2018-11-25 16:33:40 +01:00
committed by Paul Chote
parent 8a95241fd5
commit 7454427b13

View File

@@ -52,9 +52,6 @@ namespace OpenRA.Mods.Common.Activities
if (IsCanceled)
return NextActivity;
if (NextInQueue != null)
return NextInQueue;
if (harv.IsFull)
return ActivityUtils.SequenceActivities(new DeliverResources(self), NextActivity);