]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix PDA notifications when creating a news entry using the Mass-Media console. (...
authorSimon <63975668+Simyon264@users.noreply.github.com>
Sun, 29 Oct 2023 10:37:40 +0000 (11:37 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Oct 2023 10:37:40 +0000 (21:37 +1100)
Content.Server/MassMedia/Systems/NewsSystem.cs

index 5c539720a3b46df7a8b37c93a95607cdbb57dae1..93663474ac788c85e357ed98a327716bb27c2057 100644 (file)
@@ -211,7 +211,6 @@ public sealed class NewsSystem : EntitySystem
                 continue;
 
             _ringer.RingerPlayRingtone(uid, ringer);
-            break;
         }
     }