mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user