comment out primary UpdateGlobalThrust debug print for testing
This commit is contained in:
2
main.lua
2
main.lua
@@ -1011,7 +1011,7 @@ function UpdateGlobalThrust()
|
|||||||
desiredThrust = desiredThrust + throttleOutput
|
desiredThrust = desiredThrust + throttleOutput
|
||||||
end
|
end
|
||||||
|
|
||||||
if Config.Debug then print("DEBUG: "..thruster.name..": desiredThrust "..desiredThrust.." (from UpdateGlobalThrust)") end
|
--if Config.Debug then print("DEBUG: "..thruster.name..": desiredThrust "..desiredThrust.." (from UpdateGlobalThrust)") end
|
||||||
|
|
||||||
SetThrusterPower(thruster, desiredThrust)
|
SetThrusterPower(thruster, desiredThrust)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user