expand failcheck a little

This commit is contained in:
justuswolff
2026-02-19 20:07:54 +01:00
parent ce75d4a034
commit 608083d928

View File

@@ -902,7 +902,7 @@ while true do
print("Paired. Splitting stacks and sending out...")
stacks = VP_splitstack(stacks, #accepted+1) -- plus 1 because we also build as the master turtle.
if #stacks["stacks"] ~= #accepted+1 then
printError("Internal error with VP_splitstack.")
printError("Internal error with VP_splitstack. It returned "..#stacks["stacks"].." stacks.")
return
end
for i,v in pairs(accepted) do