From 1e94526b2031f71269a33945c06c1245b72ad246 Mon Sep 17 00:00:00 2001 From: CWX Date: Tue, 11 Nov 2025 10:04:42 +0000 Subject: [PATCH] Fix build --- Libraries/SPTarkov.Server.Core/Helpers/NotifierHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };