typoooooooooooooooooooo
This commit is contained in:
parent
b2340fbf08
commit
03ada09821
2
IO.lua
2
IO.lua
@ -23,7 +23,7 @@ while true do
|
|||||||
if quantity_desired > quantity_stocked then -- if we have fewer items than are desired, extract some from store
|
if quantity_desired > quantity_stocked then -- if we have fewer items than are desired, extract some from store
|
||||||
local request = w.string_to_item(item_name)
|
local request = w.string_to_item(item_name)
|
||||||
request.type = "extract"
|
request.type = "extract"
|
||||||
request.destination_inventory = w.chest
|
request.destination_inventory = conf.chest
|
||||||
local result = w.unwrap(w.query_by_type("storage", request), "extracting items")
|
local result = w.unwrap(w.query_by_type("storage", request), "extracting items")
|
||||||
print("Moved", result.moved, item_name, "from storage.")
|
print("Moved", result.moved, item_name, "from storage.")
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user