mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -181,7 +181,7 @@ namespace ArchiSteamFarm {
|
|||||||
bool? isLoggedIn = await IsLoggedIn().ConfigureAwait(false);
|
bool? isLoggedIn = await IsLoggedIn().ConfigureAwait(false);
|
||||||
if (isLoggedIn.HasValue && !isLoggedIn.Value) {
|
if (isLoggedIn.HasValue && !isLoggedIn.Value) {
|
||||||
Logging.LogGenericInfo(Bot.BotName, "Reconnecting because our sessionID expired!");
|
Logging.LogGenericInfo(Bot.BotName, "Reconnecting because our sessionID expired!");
|
||||||
await Bot.Restart().ConfigureAwait(false);
|
var restart = Task.Run(async () => await Bot.Restart().ConfigureAwait(false));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user