From d696793796a95e187a859a1b84e9004dbaaf2523 Mon Sep 17 00:00:00 2001 From: Simon <63975668+Simyon264@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:37:40 +0100 Subject: [PATCH] Fix PDA notifications when creating a news entry using the Mass-Media console. (#21320) --- Content.Server/MassMedia/Systems/NewsSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Content.Server/MassMedia/Systems/NewsSystem.cs b/Content.Server/MassMedia/Systems/NewsSystem.cs index 5c539720a3..93663474ac 100644 --- a/Content.Server/MassMedia/Systems/NewsSystem.cs +++ b/Content.Server/MassMedia/Systems/NewsSystem.cs @@ -211,7 +211,6 @@ public sealed class NewsSystem : EntitySystem continue; _ringer.RingerPlayRingtone(uid, ringer); - break; } } -- 2.51.2