mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-26 18:17:12 +03:00
Don't show Station Event announcements to players in the lobby. (#30886)
This commit is contained in:
@@ -128,9 +128,12 @@ namespace Content.Server.PowerSink
|
||||
if (station == null)
|
||||
return;
|
||||
|
||||
_announcer.SendAnnouncement(_announcer.GetAnnouncementId("PowerSinkExplosion"),
|
||||
_station.GetInOwningStation(station.Value), "powersink-immiment-explosion-announcement",
|
||||
colorOverride: Color.Yellow, station: station.Value);
|
||||
_announcer.SendAnnouncement(
|
||||
_announcer.GetAnnouncementId("PowerSinkExplosion"),
|
||||
"powersink-immiment-explosion-announcement",
|
||||
filter: _station.GetInOwningStation(station.Value),
|
||||
colorOverride: Color.Yellow,
|
||||
station: station.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user