forgot to reset ind

This commit is contained in:
Justus Wolff
2026-02-22 21:11:53 +01:00
parent f8467d5703
commit 1e2bf6183b

View File

@@ -665,6 +665,7 @@ local function VP_splitstack(_stack, x)
local buf = {} local buf = {}
for i,v in pairs(stack) do for i,v in pairs(stack) do
if ind == spliteverx then if ind == spliteverx then
ind = 0
table.insert(stacks, buf) table.insert(stacks, buf)
buf = {} buf = {}
end end