WIP: Try to update Milo for 1.19 #63

Draft
Kan18 wants to merge 27 commits from Kan18/develop-1.8 into develop-1.8
Showing only changes of commit 34dab3ccf0 - Show all commits

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