Fixed findSlots

This commit is contained in:
Andrew Lalis 2023-05-08 07:31:23 +02:00
parent 0f3e5d9ee2
commit a8242c610e
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ function itemscript.findSlots(filterExpr)
table.insert(slots, i) table.insert(slots, i)
end end
end end
return slots
end end
-- Gets the total number of items in the turtle's inventory that match the given expression. -- Gets the total number of items in the turtle's inventory that match the given expression.