mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Fix too short waiting for ISteamUserAuth initialization
This commit is contained in:
@@ -828,8 +828,6 @@ namespace ArchiSteamFarm {
|
||||
return false;
|
||||
}
|
||||
|
||||
SteamID = steamID;
|
||||
|
||||
string sessionID = Convert.ToBase64String(Encoding.UTF8.GetBytes(steamID.ToString()));
|
||||
|
||||
// Generate an AES session key
|
||||
@@ -904,6 +902,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
}
|
||||
|
||||
SteamID = steamID;
|
||||
LastSessionRefreshCheck = DateTime.UtcNow;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user