mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Limit BGR with gifts limiter
This commit is contained in:
parent
414e4c7481
commit
107a75fd61
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue