diff --git a/main.lua b/main.lua index 73e3347..546713e 100644 --- a/main.lua +++ b/main.lua @@ -997,6 +997,8 @@ function UpdateGlobalThrust() SetThrusterPower(thruster, desiredThrust) else + if Config.Debug then print("DEBUG: Thruster has x_config_equivalent set") end + local prop1 = throttleOutput + pitchRateOutput + rollRateOutput -- front-left local prop2 = throttleOutput + pitchRateOutput - rollRateOutput -- front-right local prop3 = throttleOutput - pitchRateOutput - rollRateOutput -- back-right