From 68a3f4589b8ba25f3dfb8f91935a746efb6e94cb Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Mon, 29 Jun 2026 21:58:00 -0500 Subject: [PATCH] continued from last commit --- main.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.lua b/main.lua index 0f7f762..97df817 100644 --- a/main.lua +++ b/main.lua @@ -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 and actualPower > 1 then + elseif actualPower <= 15 then actualPower = actualPower - 1 end