Skip to content

Commit a180c10

Browse files
committed
Make use of CellID, closes #223
1 parent 9d97ca1 commit a180c10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ArchiSteamFarm/Bot.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,7 @@ private void OnConnected(SteamClient.ConnectedCallback callback) {
14471447
Username = BotConfig.SteamLogin,
14481448
Password = BotConfig.SteamPassword,
14491449
AuthCode = AuthCode,
1450+
CellID = Program.GlobalDatabase.CellID,
14501451
LoginID = LoginID,
14511452
LoginKey = BotDatabase.LoginKey,
14521453
TwoFactorCode = TwoFactorCode,
@@ -1460,6 +1461,7 @@ private void OnConnected(SteamClient.ConnectedCallback callback) {
14601461
Username = BotConfig.SteamLogin,
14611462
Password = BotConfig.SteamPassword,
14621463
AuthCode = AuthCode,
1464+
CellID = Program.GlobalDatabase.CellID,
14631465
LoginID = LoginID,
14641466
LoginKey = BotDatabase.LoginKey,
14651467
TwoFactorCode = TwoFactorCode,

0 commit comments

Comments
 (0)