fix thingy
This commit is contained in:
parent
2955d86002
commit
669bc6e43e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user