forgot to reset ind
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user