diff --git a/Content.Shared/DeltaV/Paper/SignatureSystem.cs b/Content.Shared/DeltaV/Paper/SignatureSystem.cs index f8cba8ba30..38a50b1e1a 100644 --- a/Content.Shared/DeltaV/Paper/SignatureSystem.cs +++ b/Content.Shared/DeltaV/Paper/SignatureSystem.cs @@ -82,7 +82,7 @@ public sealed class SignatureSystem : EntitySystem var signedSelfMessage = Loc.GetString("paper-signed-self", ("target", paper.Owner)); _popup.PopupClient(signedSelfMessage, signer, signer); - _audio.PlayPredicted(comp.Sound, signer); + _audio.PlayPredicted(comp.Sound, signer, signer); return true; }