From 0f336519510adcc4fe10f143377dda1e3349acae Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 4 Aug 2022 15:57:03 +0100 Subject: storage --- storage.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage.lua b/storage.lua index a33039d..f587f56 100644 --- a/storage.lua +++ b/storage.lua @@ -9,7 +9,6 @@ local chest_types = { } local function scan() - local chests = {} for _,ty in ipairs(chest_types) do -- don't want sides, only ones over a network @@ -23,6 +22,7 @@ local function scan() } end end + return chests end local function search(query) -- cgit v1.2.3