From 901ce331498b265ed4f79b64ca993a573a918653 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 10 Dec 2018 18:40:46 +0100 Subject: [PATCH] Revert "Do the same with SendTradePeriod" This reverts commit aee6aecba1dc5381f8fa2e07642e4779cc699db5. --- ArchiSteamFarm/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index c0c7838cb..09c369353 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -1448,7 +1448,7 @@ namespace ArchiSteamFarm { SendItemsTimer = null; } - if ((BotConfig.SendTradePeriod > 0) && BotConfig.SteamUserPermissions.Values.Any(permission => permission >= BotConfig.EPermission.Master) && HasMobileAuthenticator) { + if ((BotConfig.SendTradePeriod > 0) && BotConfig.SteamUserPermissions.Values.Any(permission => permission >= BotConfig.EPermission.Master)) { SendItemsTimer = new Timer( async e => await Actions.SendTradeOffer(wantedTypes: BotConfig.LootableTypes).ConfigureAwait(false), null,