This commit is contained in:
JustArchi
2016-06-19 13:59:56 +02:00
parent 529d366b6c
commit 6d087a9ac9
4 changed files with 17 additions and 23 deletions

View File

@@ -171,7 +171,6 @@ namespace ArchiSteamFarm {
Logging.LogGenericInfo("Success!", Bot.BotName);
WebBrowser.CookieContainer.Add(new Cookie("steamid", SteamID.ToString(), "/", "." + SteamCommunityHost)); // TODO: Check if needed for mobile auth
WebBrowser.CookieContainer.Add(new Cookie("sessionid", sessionID, "/", "." + SteamCommunityHost));
string steamLogin = authResult["token"].Value;