updated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user