#AIRBOSS - prevent too early LSO calls

This commit is contained in:
Applevangelist
2026-08-03 17:22:39 +02:00
parent e64e4ae2ae
commit 490c798848
+1 -1
View File
@@ -10410,7 +10410,7 @@ function AIRBOSS:_Groove( playerData )
-- Wait until player passed the 0.75 NM distance.
local _advice = true
if playerData.TIG0 == nil and playerData.difficulty ~= AIRBOSS.Difficulty.EASY then -- rho>RXX
if (playerData.TIG0 == nil or playerData.TIG0 == 0) and playerData.difficulty ~= AIRBOSS.Difficulty.EASY then -- rho>RXX
_advice = false
end