remove actualpower print statement from SetThrusterPower

This commit is contained in:
2026-06-29 22:11:28 -05:00
parent 12cad05ed6
commit aab62f51cc

View File

@@ -823,7 +823,7 @@ function SetThrusterPower(thruster, power)
peripheral.wrap(thruster.transmission).setSignal(actualPower) peripheral.wrap(thruster.transmission).setSignal(actualPower)
if Config.Debug then print("DEBUG: actualPower: "..actualPower) end -- if Config.Debug then print("DEBUG: actualPower: "..actualPower) end
end end
elseif thruster.type == "thruster" then elseif thruster.type == "thruster" then