This commit is contained in:
JustArchi
2016-08-09 04:05:01 +02:00
parent 5f1342ae26
commit d09be453f3

View File

@@ -1640,10 +1640,10 @@ namespace ArchiSteamFarm {
// 2FA tokens are expiring soon, don't use limiter when user is providing one
if ((TwoFactorCode == null) || (BotDatabase.MobileAuthenticator != null)) {
await LimitLoginRequestsAsync().ConfigureAwait(false);
}
if (!KeepRunning || SteamClient.IsConnected) {
return;
if (!KeepRunning || SteamClient.IsConnected) {
return;
}
}
SteamClient.Connect();