Correct GamesToRedeemInBackground, #750 #732

This commit is contained in:
JustArchi
2018-02-22 16:58:33 +01:00
parent 3af53d55be
commit 2b67138b72

View File

@@ -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};