mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
# TaskRecoveryTanker
This commit is contained in:
parent
b47737bda3
commit
df17a3d2a3
@ -1377,7 +1377,7 @@ end
|
||||
-- @return DCS#Task The DCS task structure.
|
||||
function CONTROLLABLE:TaskRecoveryTanker(CarrierGroup, Speed, Altitude, LastWptNumber)
|
||||
|
||||
local LastWptFlag = LastWptNumber and true or false
|
||||
local LastWptFlag = type(LastWptNumber) == "number" and true or false
|
||||
|
||||
local DCSTask = {
|
||||
id = "RecoveryTanker",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user