Fix IDE0002
This commit is contained in:
committed by
Pavel Penev
parent
8b4500146f
commit
b0dca05e50
@@ -225,7 +225,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
// Move to CruiseAltitude, if not already there
|
||||
if (dat != aircraft.Info.CruiseAltitude)
|
||||
{
|
||||
Fly.VerticalTakeOffOrLandTick(self, aircraft, aircraft.Facing, aircraft.Info.CruiseAltitude);
|
||||
VerticalTakeOffOrLandTick(self, aircraft, aircraft.Facing, aircraft.Info.CruiseAltitude);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user