Fix aircraft with TakeOffOnResupply not taking off

...after auto-resupply.
This commit is contained in:
reaperrr
2019-08-08 20:25:09 +02:00
committed by abcdefg30
parent ddf824b494
commit 969be686a3
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ namespace OpenRA.Mods.Common.Activities
Actor dest;
int facing = -1;
public ReturnToBase(Actor self, Actor dest = null, bool alwaysLand = true)
public ReturnToBase(Actor self, Actor dest = null, bool alwaysLand = false)
{
this.dest = dest;
this.alwaysLand = alwaysLand;