Merge pull request #301 from fjexe/patch-1

Update users.js
This commit is contained in:
DoctorMcKay
2023-06-27 00:43:07 -04:00
committed by GitHub

View File

@@ -472,7 +472,7 @@ SteamCommunity.prototype.getUserInventory = function(userID, appID, contextID, t
continue;
}
currency.push(new CEconItem(body.rgInventory[i], body.rgDescriptions, contextID));
currency.push(new CEconItem(body.rgCurrency[i], body.rgDescriptions, contextID));
}
if (body.more) {