Allow ReturnToBase to exit if actor does not land at building.

This commit is contained in:
tovl
2019-07-16 19:45:55 +02:00
committed by abcdefg30
parent ed18ecfcaf
commit a38c2d9aae

View File

@@ -126,7 +126,7 @@ namespace OpenRA.Mods.Common.Activities
}
QueueChild(new Fly(self, Target.FromActor(dest)));
return false;
return true;
}
}
}