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