Remote fix
Fixed itmes with nbt crashing milo
This commit is contained in:
@@ -299,7 +299,6 @@ function page:expandList(list)
|
|||||||
item.count = tonumber(item.count) or 0
|
item.count = tonumber(item.count) or 0
|
||||||
item.lname = item.displayName:lower()
|
item.lname = item.displayName:lower()
|
||||||
item.has_recipe = item.has_recipe == '1'
|
item.has_recipe = item.has_recipe == '1'
|
||||||
item.name = k
|
|
||||||
t[k] = item
|
t[k] = item
|
||||||
end
|
end
|
||||||
return t
|
return t
|
||||||
|
|||||||
Reference in New Issue
Block a user