]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
-fixed Broadcast button never enabling (#26750)
authorsuperjj18 <gagnonjake@gmail.com>
Fri, 5 Apr 2024 17:29:21 +0000 (13:29 -0400)
committerGitHub <noreply@github.com>
Fri, 5 Apr 2024 17:29:21 +0000 (13:29 -0400)
Content.Shared/Communications/SharedCommunicationsConsoleComponent.cs

index d48b99837f893bf149512f7a336dba0175ef7608..604b067a84ff23dcac8f731646d9b24ebe4af531 100644 (file)
@@ -11,7 +11,7 @@ namespace Content.Shared.Communications
     public sealed class CommunicationsConsoleInterfaceState : BoundUserInterfaceState
     {
         public readonly bool CanAnnounce;
-        public readonly bool CanBroadcast;
+        public readonly bool CanBroadcast = true;
         public readonly bool CanCall;
         public readonly TimeSpan? ExpectedCountdownEnd;
         public readonly bool CountdownStarted;