From 1e2bf6183b50fda5206c3bface4703fe537bd572 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 22 Feb 2026 21:11:53 +0100 Subject: [PATCH] forgot to reset ind --- src/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.lua b/src/main.lua index 957bc8c..4ae29f4 100644 --- a/src/main.lua +++ b/src/main.lua @@ -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