GabeN broke more than I thought

This commit is contained in:
JustArchi
2016-06-20 13:26:30 +02:00
parent fea76a3dda
commit 40a3d6558d

View File

@@ -179,6 +179,8 @@ namespace ArchiSteamFarm {
string steamLoginSecure = authResult["tokensecure"].Value;
WebBrowser.CookieContainer.Add(new Cookie("steamLoginSecure", steamLoginSecure, "/", "." + SteamCommunityHost));
WebBrowser.CookieContainer.Add(new Cookie("Steam_Language", "english", "/", "." + SteamCommunityHost));
if (!UnlockParentalAccount(parentalPin).Result) {
return false;
}