Limit BGR with gifts limiter

This commit is contained in:
JustArchi 2018-03-11 12:30:55 +01:00
parent 414e4c7481
commit 107a75fd61

View file

@ -2353,6 +2353,8 @@ namespace ArchiSteamFarm {
break;
}
await LimitGiftsRequestsAsync().ConfigureAwait(false);
ArchiHandler.PurchaseResponseCallback result = await ArchiHandler.RedeemKey(game.Key).ConfigureAwait(false);
if (result == null) {
continue;