Attempt to fix milo remote

This commit is contained in:
iuzx0
2023-01-06 15:34:19 +01:00
committed by Kan18
parent 761f388f12
commit 34dab3ccf0

View File

@@ -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