mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-31 03:20:07 +08:00
commit
29e18806cc
@ -472,7 +472,7 @@ SteamCommunity.prototype.getUserInventory = function(userID, appID, contextID, t
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
currency.push(new CEconItem(body.rgInventory[i], body.rgDescriptions, contextID));
|
currency.push(new CEconItem(body.rgCurrency[i], body.rgDescriptions, contextID));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (body.more) {
|
if (body.more) {
|
||||||
|
Loading…
Reference in New Issue
Block a user