This commit is contained in:
2025-06-14 15:04:33 -04:00
parent c2d9819fab
commit 33781bfc66

View File

@@ -64,7 +64,10 @@ local function run()
print("Waiting for reactor signal...") print("Waiting for reactor signal...")
sleep(1) sleep(1)
end end
while not turbine do
print("Waiting for turbine signal...")
sleep(1)
end
while not monitor do while not monitor do
print("Waiting for monitor signal...") print("Waiting for monitor signal...")
sleep(1) sleep(1)