We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d97ca1 commit a180c10Copy full SHA for a180c10
ArchiSteamFarm/Bot.cs
@@ -1447,6 +1447,7 @@ private void OnConnected(SteamClient.ConnectedCallback callback) {
1447
Username = BotConfig.SteamLogin,
1448
Password = BotConfig.SteamPassword,
1449
AuthCode = AuthCode,
1450
+ CellID = Program.GlobalDatabase.CellID,
1451
LoginID = LoginID,
1452
LoginKey = BotDatabase.LoginKey,
1453
TwoFactorCode = TwoFactorCode,
@@ -1460,6 +1461,7 @@ private void OnConnected(SteamClient.ConnectedCallback callback) {
1460
1461
1462
1463
1464
1465
1466
1467
0 commit comments