fixing remote
This commit is contained in:
@@ -283,7 +283,7 @@ local function splitKey(key)
|
|||||||
local t = Util.split(key, '(.-):')
|
local t = Util.split(key, '(.-):')
|
||||||
local item = { }
|
local item = { }
|
||||||
if #t[#t] > 8 then
|
if #t[#t] > 8 then
|
||||||
item.nbt = table.remove(t)
|
--item.nbt = table.remove(t)
|
||||||
end
|
end
|
||||||
item.damage = tonumber(table.remove(t))
|
item.damage = tonumber(table.remove(t))
|
||||||
item.name = table.concat(t, ':')
|
item.name = table.concat(t, ':')
|
||||||
|
|||||||
Reference in New Issue
Block a user