From 57d409e2c2b56c319c9252556c541523dd144bed Mon Sep 17 00:00:00 2001 From: osmarks Date: Wed, 15 Aug 2018 19:55:28 +0100 Subject: [PATCH] t y p o o o p s --- IO.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO.lua b/IO.lua index d1064d3..416f055 100644 --- a/IO.lua +++ b/IO.lua @@ -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