mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Also set initialized to false at session check
Even if refresh doesn't happen, it's still not initialized
This commit is contained in:
@@ -2425,7 +2425,9 @@ namespace ArchiSteamFarm {
|
||||
|
||||
DateTime now = DateTime.UtcNow;
|
||||
|
||||
if (!result) {
|
||||
if (result) {
|
||||
Initialized = false;
|
||||
} else {
|
||||
LastSessionRefresh = now;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user