Reorders Sound Systems signatures to match Popup Systems. (#8728)
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Content.Client.Administration
|
||||
var localPlayer = _playerManager.LocalPlayer;
|
||||
if (localPlayer?.UserId != message.TrueSender)
|
||||
{
|
||||
SoundSystem.Play(Filter.Local(), "/Audio/Effects/adminhelp.ogg");
|
||||
SoundSystem.Play("/Audio/Effects/adminhelp.ogg", Filter.Local());
|
||||
_clyde.RequestWindowAttention();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user