From 9ab090d9b9bb9d15d72bb2752ca173038ef154ed Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Wed, 25 Sep 2024 10:13:00 +0000 Subject: [PATCH] Return Cache type and default quickloader from items library --- items.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/items.lua b/items.lua index 11f0a55..7f877fe 100644 --- a/items.lua +++ b/items.lua @@ -337,5 +337,4 @@ local function QUICKLOAD(name, chest) return nil end -local cache = Cache.loadOrBuild(FILE_CACHE, QUICKLOAD) -cache:save(FILE_CACHE) +return Cache, QUICKLOAD \ No newline at end of file