* Added additional push of tanker task to GROUP:SetAsRecoveryTanker() for a working setup
This commit is contained in:
Applevangelist 2022-11-18 11:23:56 +01:00
parent 239e2ef86d
commit 93c986f00a

View File

@ -2877,5 +2877,8 @@ function GROUP:SetAsRecoveryTanker(CarrierGroup,Speed,ToKIAS,Altitude,Delay,Last
self:SetTask(task,delay)
local tankertask = self:EnRouteTaskTanker()
self:PushTask(tankertask,delay+2)
return self
end