From e05cc0594ed66c9ba6414f0ba614045e0c813749 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 07:53:15 +0200 Subject: [PATCH] Limit transfer count --- itemcontroller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index 819df06..a6734ae 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -581,7 +581,7 @@ local PAGES = { state.width, function() state:itemTransaction(function() - group:transferTo(state.node) + group:transferTo(state.node, pageState.request) end) state:setPage("MAIN") return true