From: Simon <63975668+Simyon264@users.noreply.github.com> Date: Sun, 29 Oct 2023 10:37:40 +0000 (+0100) Subject: Fix PDA notifications when creating a news entry using the Mass-Media console. (... X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=d696793796a95e187a859a1b84e9004dbaaf2523;p=space-station-14.git Fix PDA notifications when creating a news entry using the Mass-Media console. (#21320) --- 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; } }