From 2a1d244114d82c30041648c257e9556108d2add6 Mon Sep 17 00:00:00 2001 From: fjexe <34057423+fjexe@users.noreply.github.com> Date: Fri, 4 Nov 2022 18:48:35 +0300 Subject: [PATCH] Update users.js --- components/users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/users.js b/components/users.js index 468853a..c0e9a22 100644 --- a/components/users.js +++ b/components/users.js @@ -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) {