Fix typo (the different casing standards are annoying)
This commit is contained in:
parent
5cfd6d2c4d
commit
5832093468
@ -28,7 +28,7 @@ local function cache(item, chest, slot)
|
||||
if display_name_cache[idx] then
|
||||
return display_name_cache[idx]
|
||||
else
|
||||
local n = chest.getItemMeta(slot).display_name
|
||||
local n = chest.getItemMeta(slot).displayName
|
||||
display_name_cache[idx] = n
|
||||
return n
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user