remove actualpower print statement from SetThrusterPower
This commit is contained in:
2
main.lua
2
main.lua
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user