From 34dab3ccf0d3b1a57f35471a08d77a3814fdec16 Mon Sep 17 00:00:00 2001 From: iuzx0 <121732808+iuzx0@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:34:19 +0100 Subject: [PATCH] Attempt to fix milo remote --- milo/MiloRemote.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/milo/MiloRemote.lua b/milo/MiloRemote.lua index 9a18708..2fc2229 100644 --- a/milo/MiloRemote.lua +++ b/milo/MiloRemote.lua @@ -298,6 +298,7 @@ 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