repeat until not do until
This commit is contained in:
parent
85d40d76cd
commit
56eb8d959a
@ -43,7 +43,7 @@ local commands = {
|
|||||||
}), "searching for items")
|
}), "searching for items")
|
||||||
|
|
||||||
for _, item_type in pairs(items) do
|
for _, item_type in pairs(items) do
|
||||||
do
|
repeat
|
||||||
local max_quantity
|
local max_quantity
|
||||||
if quantity < 64 then max_quantity = quantity end
|
if quantity < 64 then max_quantity = quantity end
|
||||||
local moved = unwrap(w.query_by_type("storage", {
|
local moved = unwrap(w.query_by_type("storage", {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user