From 96b60d8ac03636b06396dc36ee2130b3b9a413ab Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 6 Dec 2018 00:05:41 +0100 Subject: [PATCH] AIRBOSS v0.4.8 --- Moose Development/Moose/Ops/Airboss.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Moose Development/Moose/Ops/Airboss.lua b/Moose Development/Moose/Ops/Airboss.lua index 8d8eda79e..d0ec72d92 100644 --- a/Moose Development/Moose/Ops/Airboss.lua +++ b/Moose Development/Moose/Ops/Airboss.lua @@ -694,7 +694,7 @@ AIRBOSS.MenuF10={} --- Airboss class version. -- @field #string version -AIRBOSS.version="0.4.7" +AIRBOSS.version="0.4.8" ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -- TODO list @@ -3855,7 +3855,7 @@ function AIRBOSS:_Groove(playerData) playerData.groove.IC=groovedata -- Check if player should wave off. - local waveoff=self:_CheckWaveOff(glideslopeError, lineupError, AoA, playerData.difficulty) + local waveoff=self:_CheckWaveOff(glideslopeError, lineupError, AoA, playerData) -- Let's see.. if waveoff then @@ -3946,7 +3946,7 @@ function AIRBOSS:_CheckWaveOff(glideslopeError, lineupError, AoA, playerData) self:I(self.lid..string.format("%s: Wave off due to glide slope error %.1f > 1 degree!", playerData.name, glideslopeError)) waveoff=true end - + -- Too far from centerline? if math.abs(lineupError)>3 then self:I(self.lid..string.format("%s: Wave off due to line up error %.1f > 3 degrees!", playerData.name, lineupError))