mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-05 08:30:18 +00:00
@@ -636,7 +636,7 @@
|
||||
|
||||
for (var j = 0; j < gamesAndKeys.length; j++) {
|
||||
var obj = gamesAndKeys[j];
|
||||
_gamesToRedeemInBackground[obj[0]] = obj[1];
|
||||
_gamesToRedeemInBackground[obj[1]] = obj[0];
|
||||
}
|
||||
|
||||
var ajaxData = { GamesToRedeemInBackground: _gamesToRedeemInBackground};
|
||||
|
||||
Reference in New Issue
Block a user