Adjust alert level volumes (#9145)

* Finally

* Requested adjustments
This commit is contained in:
Júlio César Ueti
2022-06-27 17:45:01 -03:00
committed by GitHub
parent 21b07b7b26
commit bda1999675
2 changed files with 13 additions and 4 deletions

View File

@@ -173,7 +173,7 @@ public sealed class AlertLevelSystem : EntitySystem
{
if (detail.Sound != null)
{
SoundSystem.Play(detail.Sound.GetSound(), Filter.Broadcast());
SoundSystem.Play(detail.Sound.GetSound(), Filter.Broadcast(), detail.Sound.Params);
}
else
{