comment out SetThrusterPower debug print
This commit is contained in:
2
main.lua
2
main.lua
@@ -789,7 +789,7 @@ function SetThrusterPower(thruster, power)
|
||||
|
||||
if power > 1.0 then power = 1.0 elseif power < 0.0 then power = 0.0 end
|
||||
|
||||
if Config.Debug then print("DEBUG: thruster "..thruster.name..": power "..power) end
|
||||
--if Config.Debug then print("DEBUG: thruster "..thruster.name..": power "..power) end
|
||||
|
||||
if thruster.type == "rotator" then
|
||||
thruster.power = power
|
||||
|
||||
Reference in New Issue
Block a user