updated
This commit is contained in:
@@ -15,7 +15,7 @@ local function watch()
|
||||
end
|
||||
end
|
||||
|
||||
local function startUp()
|
||||
local function startup()
|
||||
reactor.setBurnRate(2)
|
||||
local status = reactor.getStatus()
|
||||
if(not status) then
|
||||
@@ -39,4 +39,4 @@ local function report()
|
||||
setNewLine()
|
||||
monitor.write("Reactor Status: " .. tostring(value))
|
||||
end
|
||||
return { report = report, watch = watch, startUp = startUp, shutdown = shutdown }
|
||||
return { report = report, watch = watch, startup = startup, shutdown = shutdown }
|
||||
Reference in New Issue
Block a user