diff --git a/Libraries/SPTarkov.Server.Core/Helpers/NotifierHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/NotifierHelper.cs index 7945ccb1..eb584b0a 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/NotifierHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/NotifierHelper.cs @@ -45,7 +45,7 @@ public class NotifierHelper(HttpServerHelper httpServerHelper) return new WsNotificationPopup { EventType = NotificationEventType.NotificationPopup, - EventId = new MongoId(), + EventIdentifier = new MongoId(), Image = config.BigImage, Message = messageId, };