diff --git a/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Commands.cs b/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Commands.cs index 46f5ac902..8a5027061 100644 --- a/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Commands.cs +++ b/ArchiSteamFarm.OfficialPlugins.MobileAuthenticator/Commands.cs @@ -247,10 +247,6 @@ internal static class Commands { return bot.Commands.FormatBotResponse(string.Format(CultureInfo.CurrentCulture, Strings.WarningFailedWithError, nameof(bot.HasMobileAuthenticator))); } - if (!bot.IsConnectedAndLoggedOn) { - return bot.Commands.FormatBotResponse(Strings.BotNotConnected); - } - string maFilePath = bot.GetFilePath(Bot.EFileType.MobileAuthenticator); string maFilePendingPath = $"{maFilePath}.PENDING";