fix: remove syntax error
This commit is contained in:
parent
038b1b739c
commit
ed4f44fc9d
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ local SLEEP_T = 10
|
|||
function remove_waste(source, discard_rest)
|
||||
local amounts_to_keep = KEEP_ONLY
|
||||
local discard = function (item, amt, dest)
|
||||
peripheral.call(source, "requestFiltered", dest
|
||||
peripheral.call(source, "requestFiltered", dest,
|
||||
{
|
||||
name = item.name,
|
||||
_requestCount = amt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue