fixing remote

This commit is contained in:
iuzx0
2023-01-06 15:43:56 +01:00
committed by Kan18
parent 34dab3ccf0
commit e683e834d8

View File

@@ -283,7 +283,7 @@ local function splitKey(key)
local t = Util.split(key, '(.-):')
local item = { }
if #t[#t] > 8 then
item.nbt = table.remove(t)
--item.nbt = table.remove(t)
end
item.damage = tonumber(table.remove(t))
item.name = table.concat(t, ':')