fix thingy

This commit is contained in:
osmarks 2018-08-15 22:22:24 +01:00
parent 2955d86002
commit 669bc6e43e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ local info_cache = {}
local function cache(item, chest, slot)
local idx = w.get_internal_identifier(item)
if display_name_cache[idx] then
if info_cache[idx] then
return info_cache[idx]
else
local info = chest.getItemMeta(slot)