mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Revert "Do the same with SendTradePeriod"
This reverts commit aee6aecba1.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user