i'm stupd
This commit is contained in:
2
main.lua
2
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
|
||||
|
||||
Reference in New Issue
Block a user