mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -338,12 +338,12 @@ namespace ArchiSteamFarm {
|
|||||||
callback = await SteamUser.RequestWebAPIUserNonce();
|
callback = await SteamUser.RequestWebAPIUserNonce();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Logging.LogGenericException(e, BotName);
|
Logging.LogGenericException(e, BotName);
|
||||||
await Connect().ConfigureAwait(false);
|
await Connect(true).ConfigureAwait(false);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(callback?.Nonce)) {
|
if (string.IsNullOrEmpty(callback?.Nonce)) {
|
||||||
await Connect().ConfigureAwait(false);
|
await Connect(true).ConfigureAwait(false);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -351,7 +351,7 @@ namespace ArchiSteamFarm {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
await Connect().ConfigureAwait(false);
|
await Connect(true).ConfigureAwait(false);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user