Fixed findSlots
This commit is contained in:
parent
0f3e5d9ee2
commit
a8242c610e
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue