From 7174c16628ab26cc3b261255fa00b461e937d9d7 Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Tue, 30 Jun 2026 00:04:59 -0500 Subject: [PATCH] add debug print to new section --- main.lua | 2 ++ 1 file changed, 2 insertions(+) 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