forgot to reset ind
This commit is contained in:
@@ -665,6 +665,7 @@ local function VP_splitstack(_stack, x)
|
||||
local buf = {}
|
||||
for i,v in pairs(stack) do
|
||||
if ind == spliteverx then
|
||||
ind = 0
|
||||
table.insert(stacks, buf)
|
||||
buf = {}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user