From aee6aecba1dc5381f8fa2e07642e4779cc699db5 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 9 Dec 2018 23:10:33 +0100 Subject: [PATCH] Do the same with SendTradePeriod --- ArchiSteamFarm/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index 3217e9f2b..c5c7f2d92 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)) { + if ((BotConfig.SendTradePeriod > 0) && BotConfig.SteamUserPermissions.Values.Any(permission => permission >= BotConfig.EPermission.Master) && HasMobileAuthenticator) { SendItemsTimer = new Timer( async e => await Actions.SendTradeOffer(wantedTypes: BotConfig.LootableTypes).ConfigureAwait(false), null,