Reorders Sound Systems signatures to match Popup Systems. (#8728)
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Content.Server.Speech
|
||||
var pitchedAudioParams = component.AudioParams.WithPitchScale(scale);
|
||||
|
||||
component.LastTimeSoundPlayed = currentTime;
|
||||
SoundSystem.Play(Filter.Pvs(uid, entityManager: EntityManager), contextSound, uid, pitchedAudioParams);
|
||||
SoundSystem.Play(contextSound, Filter.Pvs(uid, entityManager: EntityManager), uid, pitchedAudioParams);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user