t y p o o o p s

This commit is contained in:
osmarks 2018-08-15 19:55:28 +01:00
parent 3524955546
commit 57d409e2c2
1 changed files with 1 additions and 1 deletions

2
IO.lua
View File

@ -18,7 +18,7 @@ local function get_num_stacks(total_items)
return math.ceil(total_items / 64)
end
local get_stacks()
local function get_stacks()
local s = d.map(d.filter(chest.list(), function(x) return x ~= nil end), w.to_wyvern_item)
return s, w.collate_stacks(s)
end