Limit transfer count

This commit is contained in:
Gabriel Tofvesson 2024-10-12 07:53:15 +02:00
parent b3fdbb898b
commit e05cc0594e

View File

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