mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Reset Initialized back to false on session refresh trigger
Otherwise we might get sessionID being null in a very tiny window between Steam invalidating it in our cookie container and ASF not yet having the new one
This commit is contained in:
@@ -2534,6 +2534,8 @@ namespace ArchiSteamFarm {
|
||||
return LastSessionCheck == LastSessionRefresh;
|
||||
}
|
||||
|
||||
Initialized = false;
|
||||
|
||||
if (!Bot.IsConnectedAndLoggedOn) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user