Reorders Sound Systems signatures to match Popup Systems. (#8728)
This commit is contained in:
@@ -527,7 +527,7 @@ namespace Content.Client.Actions
|
||||
}
|
||||
|
||||
if (action.Sound != null)
|
||||
SoundSystem.Play(Filter.Local(), action.Sound.GetSound(), user, action.AudioParams);
|
||||
SoundSystem.Play(action.Sound.GetSound(), Filter.Local(), user, action.AudioParams);
|
||||
|
||||
return performedAction;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user