Make use of CellID, closes #223

This commit is contained in:
JustArchi
2016-05-08 15:52:57 +02:00
parent 9d97ca16e8
commit a180c100c6

View File

@@ -1447,6 +1447,7 @@ namespace ArchiSteamFarm {
Username = BotConfig.SteamLogin,
Password = BotConfig.SteamPassword,
AuthCode = AuthCode,
CellID = Program.GlobalDatabase.CellID,
LoginID = LoginID,
LoginKey = BotDatabase.LoginKey,
TwoFactorCode = TwoFactorCode,
@@ -1460,6 +1461,7 @@ namespace ArchiSteamFarm {
Username = BotConfig.SteamLogin,
Password = BotConfig.SteamPassword,
AuthCode = AuthCode,
CellID = Program.GlobalDatabase.CellID,
LoginID = LoginID,
LoginKey = BotDatabase.LoginKey,
TwoFactorCode = TwoFactorCode,