Return Cache type and default quickloader from items library

This commit is contained in:
Gabriel Tofvesson 2024-09-25 10:13:00 +00:00
parent f9d61a8b5e
commit 9ab090d9b9

View File

@ -337,5 +337,4 @@ local function QUICKLOAD(name, chest)
return nil return nil
end end
local cache = Cache.loadOrBuild(FILE_CACHE, QUICKLOAD) return Cache, QUICKLOAD
cache:save(FILE_CACHE)