diff options
Diffstat (limited to 'storage.lua')
-rw-r--r-- | storage.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |