grenades emit sound on trigger again (#14391)
This commit is contained in:
parent
ef05382485
commit
295a2c0498
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue