This commit is contained in:
osmarks 2018-08-15 22:29:37 +01:00
parent 527d3f7986
commit 2cc6793588
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ local function server(command)
local item = w.to_wyvern_item(peripheral.call(conf.buffer_internal, "getItemMeta", BUFFER_IN_SLOT))
w.join(item, cache(item, conf.buffer_internal, BUFFER_IN_SLOT))
w.join(item, cache(item, peripheral.wrap(conf.buffer_internal), BUFFER_IN_SLOT))
local space_locations = find_space(quantity, item) -- command contains item-related stuff
local moved = 0