diff --git a/Content.Server/Sound/EmitSoundSystem.cs b/Content.Server/Sound/EmitSoundSystem.cs index e4defb8acc..bc271a8351 100644 --- a/Content.Server/Sound/EmitSoundSystem.cs +++ b/Content.Server/Sound/EmitSoundSystem.cs @@ -47,7 +47,7 @@ public sealed class EmitSoundSystem : SharedEmitSoundSystem private void HandleEmitSoundOnTrigger(EntityUid uid, EmitSoundOnTriggerComponent component, TriggerEvent args) { - TryEmitSound(component, args.User); + TryEmitSound(component); args.Handled = true; } }