Reorders Sound Systems signatures to match Popup Systems. (#8728)
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Content.Server.Power.EntitySystems
|
||||
battery.CanDischarge = apc.MainBreakerEnabled;
|
||||
|
||||
UpdateUIState(uid, apc);
|
||||
SoundSystem.Play(Filter.Pvs(uid), apc.OnReceiveMessageSound.GetSound(), uid, AudioParams.Default.WithVolume(-2f));
|
||||
SoundSystem.Play(apc.OnReceiveMessageSound.GetSound(), Filter.Pvs(uid), uid, AudioParams.Default.WithVolume(-2f));
|
||||
}
|
||||
|
||||
private void OnEmagged(EntityUid uid, ApcComponent comp, GotEmaggedEvent args)
|
||||
|
||||
Reference in New Issue
Block a user