From 9b397337daf2c461580fef12e6b8ce93339b9b1d Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Mon, 29 Jun 2026 20:47:53 -0500 Subject: [PATCH] i'm stupd --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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