From aef1bfa18697fb63c9328509e54a76af6cb80696 Mon Sep 17 00:00:00 2001 From: rspx Date: Sat, 25 Mar 2023 18:00:15 +0100 Subject: [PATCH] Remote fix Fixed itmes with nbt crashing milo --- milo/MiloRemote.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/milo/MiloRemote.lua b/milo/MiloRemote.lua index 196476d..b3d0f25 100644 --- a/milo/MiloRemote.lua +++ b/milo/MiloRemote.lua @@ -299,7 +299,6 @@ function page:expandList(list) item.count = tonumber(item.count) or 0 item.lname = item.displayName:lower() item.has_recipe = item.has_recipe == '1' - item.name = k t[k] = item end return t