Fix crash

This commit is contained in:
Jean-Patrick Guerrero 2020-04-16 16:14:57 +02:00
parent 4ff200dfd9
commit 109965175d
1 changed files with 1 additions and 1 deletions

View File

@ -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")