Reorders Sound Systems signatures to match Popup Systems. (#8728)
This commit is contained in:
@@ -114,7 +114,7 @@ namespace Content.Server.Disposal.Tube.Components
|
||||
|
||||
private void ClickSound()
|
||||
{
|
||||
SoundSystem.Play(Filter.Pvs(Owner), _clickSound.GetSound(), Owner, AudioParams.Default.WithVolume(-2f));
|
||||
SoundSystem.Play(_clickSound.GetSound(), Filter.Pvs(Owner), Owner, AudioParams.Default.WithVolume(-2f));
|
||||
}
|
||||
|
||||
protected override void OnRemove()
|
||||
|
||||
Reference in New Issue
Block a user