diff --git a/ArchiSteamFarm/ArchiHandler.cs b/ArchiSteamFarm/ArchiHandler.cs index 8aaa53842..60a4257f1 100644 --- a/ArchiSteamFarm/ArchiHandler.cs +++ b/ArchiSteamFarm/ArchiHandler.cs @@ -831,7 +831,7 @@ namespace ArchiSteamFarm { JobID = jobID; // We might get null body here, and that means there are no notifications related to trading - Notifications = new Dictionary(1) { { EUserNotification.Trading, 0 } }; + Notifications = new Dictionary { { EUserNotification.Trading, 0 } }; if (msg.notifications == null) { return;