From 0e86863c34422c36ad0999324a3e0a2c44a4548e Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 09:56:27 +0200 Subject: [PATCH] Rescan access node before transaction --- itemcontroller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index 2c6c83b..ce35b8a 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -580,10 +580,10 @@ local PAGES = { state.height, state.width, function() + state.node:rescan() state:itemTransaction(function() group:transferTo(state.node, pageState.request) end) - state.node:rescan() state:setPage("MAIN") return true end,