From e683e834d8426b20a3acf084a6b61c7a717ffd54 Mon Sep 17 00:00:00 2001 From: iuzx0 <121732808+iuzx0@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:43:56 +0100 Subject: [PATCH] fixing remote --- milo/MiloRemote.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ':')