This commit is contained in:
kepler155c
2018-10-26 01:24:29 -04:00
parent 9ee67c1fad
commit 2be14cdd43
2 changed files with 1 additions and 4 deletions

View File

@@ -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()