mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-23 21:50:10 +08:00
Update users.js
This commit is contained in:
parent
3bcaf40850
commit
2a1d244114
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user