I see an error in console during update Item weight inventory, it pass a string not a number. It's easy to fix file SERVER-->player.lua --> replace all **xItem.weight** to **tonumber(xItem.weight)** [player.zip](https://github.com/thelindat/linden_inventory/files/6446164/player.zip)
I see an error in console during update Item weight inventory, it pass a string not a number. It's easy to fix
file SERVER-->player.lua --> replace all xItem.weight to tonumber(xItem.weight)
player.zip