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
commit 29e18806cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {