This commit is contained in:
2025-06-14 19:05:16 -04:00
parent 439a2d61b5
commit 0ff0aaf179
2 changed files with 7 additions and 6 deletions

View File

@@ -20,6 +20,13 @@ end
-- end
local function watch()
reactor.setBurnRate(2)
local status = reactor.getStatus()
if(not status) then
reactor.activate()
return
end
while true do
checkStatus()
sleep(0.05) -- Update every tenth second