@@ -818,7 +818,7 @@ function SetThrusterPower(thruster, power)
ifactualPower<1then
actualPower=15-- signal 15 will decouple the speed and stop the motion
end
ifactualPower<=15then
ifactualPower<=15andactualPower>1then
actualPower=actualPower-1
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.