diff --git a/Content.Server/Communications/CommunicationsConsoleSystem.cs b/Content.Server/Communications/CommunicationsConsoleSystem.cs index 09dec3e23d..7d381f79ef 100644 --- a/Content.Server/Communications/CommunicationsConsoleSystem.cs +++ b/Content.Server/Communications/CommunicationsConsoleSystem.cs @@ -42,7 +42,6 @@ namespace Content.Server.Communications { // All events that refresh the BUI SubscribeLocalEvent(OnAlertLevelChanged); - SubscribeLocalEvent((uid, comp, _) => UpdateCommsConsoleInterface(uid, comp)); SubscribeLocalEvent(_ => OnGenericBroadcastEvent()); SubscribeLocalEvent(_ => OnGenericBroadcastEvent()); @@ -85,6 +84,7 @@ namespace Content.Server.Communications public void OnCommunicationsConsoleMapInit(EntityUid uid, CommunicationsConsoleComponent comp, MapInitEvent args) { comp.AnnouncementCooldownRemaining = comp.InitialDelay; + UpdateCommsConsoleInterface(uid, comp); } ///