fix: fix station announcement (#407)

This commit is contained in:
ThereDrD0
2024-07-01 16:02:51 +03:00
committed by GitHub
parent 0a226502d5
commit d9aa2f16f5

View File

@@ -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