mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 00:20:50 +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;
|
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(
|
SendItemsTimer = new Timer(
|
||||||
async e => await Actions.SendTradeOffer(wantedTypes: BotConfig.LootableTypes).ConfigureAwait(false),
|
async e => await Actions.SendTradeOffer(wantedTypes: BotConfig.LootableTypes).ConfigureAwait(false),
|
||||||
null,
|
null,
|
||||||
|
|||||||
Reference in New Issue
Block a user