Maybe necessary for some reason?

This commit is contained in:
osmarks 2018-08-15 17:47:53 +01:00
parent 02421b9539
commit 149b182814
1 changed files with 1 additions and 1 deletions

2
IO.lua
View File

@ -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)