expand failcheck a little
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user