mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-26 04:23:44 +01:00
Fix crash
This commit is contained in:
parent
4ff200dfd9
commit
109965175d
2
init.lua
2
init.lua
@ -1476,7 +1476,7 @@ local function show_item(def)
|
||||
end
|
||||
|
||||
local function get_init_items()
|
||||
if not autocache then
|
||||
if autocache == false then
|
||||
init_items = dslz(storage:get "init_items")
|
||||
fuel_cache = dslz(storage:get "fuel_cache")
|
||||
usages_cache = dslz(storage:get "usages_cache")
|
||||
|
Loading…
Reference in New Issue
Block a user