ToRevert: Add hacked LogOn, revert when pull request is accepted

This commit is contained in:
JustArchi
2015-12-12 06:05:10 +01:00
parent b3162ce390
commit 49fc908f0f
2 changed files with 58 additions and 1 deletions

View File

@@ -536,7 +536,8 @@ namespace ArchiSteamFarm {
SteamPassword = Program.GetUserInput(BotName, Program.EUserInputType.Password);
}
SteamUser.LogOn(new SteamUser.LogOnDetails {
// TODO: We should use SteamUser.LogOn with proper LoginID once https://github.com/SteamRE/SteamKit/pull/217 gets merged
ArchiHandler.HackedLogOn(1337, new SteamUser.LogOnDetails {
Username = SteamLogin,
Password = SteamPassword,
AuthCode = AuthCode,