We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11271d commit 8035e04Copy full SHA for 8035e04
1 file changed
scripts/fixedwingTakeOff.lua
@@ -20,7 +20,7 @@ function GG.TakeOffFuncs.TakeOffThread(unitID, height, signal)
20
Signal(signal)
21
SetSignalMask(signal)
22
local giveUp = 20
23
- while GG.TakeOffFuncs.NotTakingOff(unitID) do
+ while Spring.MoveCtrl.GetTag(unitID) or GG.TakeOffFuncs.NotTakingOff(unitID) do
24
Sleep(100)
25
giveUp = giveUp - 1
26
if giveUp <= 0 then
0 commit comments