diff --git a/milo/MiloRemote.lua b/milo/MiloRemote.lua index 2fc2229..7280c56 100644 --- a/milo/MiloRemote.lua +++ b/milo/MiloRemote.lua @@ -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, ':')