From d9aa2f16f5e777f192a660294d2b984ded716340 Mon Sep 17 00:00:00 2001 From: ThereDrD0 <88589686+ThereDrD0@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:02:51 +0300 Subject: [PATCH] fix: fix station announcement (#407) --- Content.Server/_White/Announcement/ArrivalNotificationSystem.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Server/_White/Announcement/ArrivalNotificationSystem.cs b/Content.Server/_White/Announcement/ArrivalNotificationSystem.cs index 36a02e7b7a..a70a2bedba 100644 --- a/Content.Server/_White/Announcement/ArrivalNotificationSystem.cs +++ b/Content.Server/_White/Announcement/ArrivalNotificationSystem.cs @@ -45,8 +45,6 @@ public sealed class ArrivalNotificationSystem : EntitySystem if (notification.UseGlobalAnnouncement) _chatSystem.DispatchGlobalAnnouncement(message, senderName, colorOverride: Color.Gold); - else - _chatSystem.DispatchStationAnnouncement(source, message, senderName, false); message = GetMessage(args.Mob, jobPrototype, notification.Message); // Changing message type for radio notification