mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-12 22:50:39 +00:00
Misc logging
This commit is contained in:
@@ -2373,6 +2373,7 @@ namespace ArchiSteamFarm {
|
||||
ItemsCount = notification.Value;
|
||||
|
||||
if (newItems) {
|
||||
ArchiLogger.LogGenericTrace(nameof(ArchiHandler.UserNotificationsCallback.EUserNotification.Items));
|
||||
Utilities.InBackground(CardsFarmer.OnNewItemsNotification);
|
||||
|
||||
if (BotConfig.BotBehaviour.HasFlag(BotConfig.EBotBehaviour.DismissInventoryNotifications)) {
|
||||
@@ -2386,6 +2387,7 @@ namespace ArchiSteamFarm {
|
||||
TradesCount = notification.Value;
|
||||
|
||||
if (newTrades) {
|
||||
ArchiLogger.LogGenericTrace(nameof(ArchiHandler.UserNotificationsCallback.EUserNotification.Trading));
|
||||
Utilities.InBackground(Trading.OnNewTrade);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user