From 2be14cdd4323effa570c10dfad8669488ab3788b Mon Sep 17 00:00:00 2001 From: kepler155c Date: Fri, 26 Oct 2018 01:24:29 -0400 Subject: [PATCH] milo wip --- apps/mirror.lua | 3 --- milo/Milo.lua | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/mirror.lua b/apps/mirror.lua index 09ea2ae..61a710e 100644 --- a/apps/mirror.lua +++ b/apps/mirror.lua @@ -43,9 +43,6 @@ if options.resize.value then term.current().getSize = mon.getSize end -debug(args) -debug(options) - if options.execute.value then -- TODO: allow args to be passed shell.run(options.execute.value) -- unpack(args)) diff --git a/milo/Milo.lua b/milo/Milo.lua index 6e06b18..5db66ba 100644 --- a/milo/Milo.lua +++ b/milo/Milo.lua @@ -200,7 +200,7 @@ local page = UI:getPage('listing') UI:setPage(page) page:setFocus(page.statusBar.filter) -- todo: move this line into listing code -Event.onInterval(500, function() +Event.onInterval(5, function() if not Milo:isCraftingPaused() then Milo:resetCraftingStatus() context.inventoryAdapter:refresh()