Compare commits

...

2 Commits

View File

@@ -817,8 +817,7 @@ function SetThrusterPower(thruster, power)
if actualPower < 1 then
actualPower = 15 -- signal 15 will decouple the speed and stop the motion
end
if actualPower <= 15 then
elseif actualPower <= 15 then
actualPower = actualPower - 1
end