defrag ail on that, slight extra fixes
This commit is contained in:
parent
95fdbb73b3
commit
5bccf876fe
3 changed files with 8 additions and 5 deletions
|
|
@ -50,7 +50,8 @@ local function importMechanism()
|
|||
end
|
||||
end
|
||||
if #slotsToSend > 0 then
|
||||
inv:sendItemAwayMultiple(slotsToSend, perip, import_from_inv)
|
||||
-- for some reason if i set perip here it takes like 9000 more decades , weird
|
||||
print(inv:sendItemAwayMultiple(slotsToSend, nil, import_from_inv))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue