This commit is contained in:
JustArchi
2015-12-13 15:28:03 +01:00
parent 7c3d195fd4
commit f3868b9acc
2 changed files with 1 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ using SteamKit2.Internal;
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
namespace ArchiSteamFarm {
internal sealed class ArchiHandler : ClientMsgHandler {

View File

@@ -542,7 +542,7 @@ namespace ArchiSteamFarm {
}
// TODO: We should use SteamUser.LogOn with proper LoginID once https://github.com/SteamRE/SteamKit/pull/217 gets merged
ArchiHandler.HackedLogOn(0xBADF00D, new SteamUser.LogOnDetails {
ArchiHandler.HackedLogOn(0xBAADF00D, new SteamUser.LogOnDetails {
Username = SteamLogin,
Password = SteamPassword,
AuthCode = AuthCode,