From 20fda03d5024cd28491b93e7e6244da34ad3a2a9 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Tue, 8 Oct 2024 20:15:25 +0200 Subject: [PATCH] Rescan access node chest --- itemcontroller.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/itemcontroller.lua b/itemcontroller.lua index 6f18cdb..f41f790 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -249,6 +249,7 @@ local PAGES = { end, function() print("Importing...") + state.node:rescan() -- Safely handle transfers, priming computer for a full reset/rescan in case server stops mid-transaction state:itemTransaction(function() for _,nodeStack in ipairs(state.node:find(function(s) return not s:isEmpty() end)) do