Maybe necessary for some reason?
This commit is contained in:
parent
02421b9539
commit
149b182814
2
IO.lua
2
IO.lua
@ -19,7 +19,7 @@ local function get_num_stacks(total_items)
|
||||
end
|
||||
|
||||
while true do
|
||||
local stacks_stored = d.map(chest.list(), w.to_wyvern_item)
|
||||
local stacks_stored = d.map(d.filter(chest.list(), function(x) return x ~= nil end), w.to_wyvern_item)
|
||||
local items_stored = w.collate_stacks(stacks_stored)
|
||||
|
||||
local function get_item_count(ii)
|
||||
|
Loading…
x
Reference in New Issue
Block a user