diff --git a/main.lua b/main.lua index 81adbd9..3b23281 100644 --- a/main.lua +++ b/main.lua @@ -1072,7 +1072,7 @@ function Main() if keys.getName(key) == "q" then print("Quit Input Received") - for _, t in Thrusters do + for _, t in pairs(Thrusters) do if t.type == "rotator" then SetThrusterPower(t, 0.0) peripheral.wrap(t.transmission).releaseSignal() -- release control of transmissions on quit