i'm stupd

This commit is contained in:
2026-06-29 20:47:53 -05:00
parent 39a8b0ba88
commit 9b397337da

View File

@@ -1072,7 +1072,7 @@ function Main()
if keys.getName(key) == "q" then if keys.getName(key) == "q" then
print("Quit Input Received") print("Quit Input Received")
for _, t in Thrusters do for _, t in pairs(Thrusters) do
if t.type == "rotator" then if t.type == "rotator" then
SetThrusterPower(t, 0.0) SetThrusterPower(t, 0.0)
peripheral.wrap(t.transmission).releaseSignal() -- release control of transmissions on quit peripheral.wrap(t.transmission).releaseSignal() -- release control of transmissions on quit