typoooooooooooooooooooo

This commit is contained in:
2018-08-15 07:33:27 +01:00
parent b2340fbf08
commit 03ada09821
+1 -1
View File
@@ -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
local request = w.string_to_item(item_name)
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")
print("Moved", result.moved, item_name, "from storage.")
end