fix: Apply Look not working with Unlock All Skins turned on #549

Merged
VampireKitten merged 2 commits from fix-skins into main 2024-10-15 07:27:59 -07:00
Showing only changes of commit df2f210966 - Show all commits

View File

@ -110,7 +110,7 @@ const inventoryController: RequestHandler = async (request, response) => {
i++;
inventoryResponse.WeaponSkins.push({
ItemId: {
$oid: (i).toString().padStart(24, '0')
$oid: i.toString().padStart(24, "0")
},
ItemType: uniqueName
});