mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Fix delayed password input crash
This commit is contained in:
@@ -2634,6 +2634,11 @@ public sealed class Bot : IAsyncDisposable, IDisposable {
|
||||
}
|
||||
}
|
||||
|
||||
if (!SteamClient.IsConnected) {
|
||||
// Possible if user spent too much time entering password, try again after reconnect
|
||||
return;
|
||||
}
|
||||
|
||||
ArchiLogger.LogGenericInfo(Strings.BotLoggingIn);
|
||||
|
||||
InitConnectionFailureTimer();
|
||||
|
||||
Reference in New Issue
Block a user