Also set initialized to false at session check

Even if refresh doesn't happen, it's still not initialized
This commit is contained in:
JustArchi
2020-06-26 14:40:09 +02:00
parent f0401f2b47
commit bdf924918e

View File

@@ -2425,7 +2425,9 @@ namespace ArchiSteamFarm {
DateTime now = DateTime.UtcNow;
if (!result) {
if (result) {
Initialized = false;
} else {
LastSessionRefresh = now;
}