Further fix for #577

This commit is contained in:
JustArchi
2017-06-21 23:22:04 +02:00
parent 4a9058aecc
commit bdf1e91bb3

View File

@@ -2050,6 +2050,8 @@ namespace ArchiSteamFarm {
StringBuilder response = new StringBuilder();
foreach (uint gameID in gameIDs) {
await LimitGiftsRequestsAsync().ConfigureAwait(false);
SteamApps.FreeLicenseCallback callback;
try {