Fixed zombie aircraft flying around after being told to fall to earth.
This commit is contained in:
@@ -50,9 +50,10 @@ namespace OpenRA.Mods.RA.Air
|
|||||||
{
|
{
|
||||||
if( inner != null )
|
if( inner != null )
|
||||||
inner.Cancel( self );
|
inner.Cancel( self );
|
||||||
|
|
||||||
base.Cancel( self );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NextActivity must always be set to null:
|
||||||
|
base.Cancel(self);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user