Don't show Station Event announcements to players in the lobby. (#30886)

This commit is contained in:
Mervill
2024-08-11 09:09:33 +03:00
committed by Spatison
parent 1e1b7fa468
commit e6fa747f95
27 changed files with 141 additions and 121 deletions

View File

@@ -80,7 +80,7 @@ namespace Content.Server.Nuke
}
if (wasSent)
_announcer.SendAnnouncement(_announcer.GetAnnouncementId("NukeCodes"), Filter.Broadcast(),
_announcer.SendAnnouncement(_announcer.GetAnnouncementId("NukeCodes"),
"nuke-component-announcement-send-codes", colorOverride: Color.Red);
return wasSent;