summaryrefslogtreecommitdiff
path: root/storage.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-08-04 15:57:03 +0100
committerubq323 <ubq323@ubq323.website>2022-08-04 15:57:03 +0100
commit0f336519510adcc4fe10f143377dda1e3349acae (patch)
treed26fc5657b23b44775b70254ed41462f1c4cbc82 /storage.lua
parent5649f83b9b8a4a830f000cf74d10b3a0b49426e8 (diff)
storage
Diffstat (limited to 'storage.lua')
-rw-r--r--storage.lua2
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)