edit UpdateGlobalThrust debug print

This commit is contained in:
2026-06-29 23:39:40 -05:00
parent d228666c87
commit e7831845a8

View File

@@ -1008,7 +1008,7 @@ function UpdateGlobalThrust()
desiredThrust = desiredThrust + throttleOutput
end
if Config.Debug then print("DEBUG: "..thruster.name..": desiredThrust "..desiredThrust) end
if Config.Debug then print("DEBUG: "..thruster.name..": desiredThrust "..desiredThrust.." (from UpdateGlobalThrust)") end
SetThrusterPower(thruster, desiredThrust)
end