From 19ffc1d5d148953403f6d81fe4a0f3f5fbd9beb5 Mon Sep 17 00:00:00 2001 From: Archi Date: Thu, 20 Apr 2023 21:32:52 +0200 Subject: [PATCH] Misc Not needed --- .../Commands.cs | 4 ---- 1 file changed, 4 deletions(-) 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";