This commit is contained in:
JustArchi
2019-07-23 14:13:54 +02:00
parent 5bb62389a4
commit 5f5356dd73

View File

@@ -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<EUserNotification, uint>(1) { { EUserNotification.Trading, 0 } };
Notifications = new Dictionary<EUserNotification, uint> { { EUserNotification.Trading, 0 } };
if (msg.notifications == null) {
return;