From 8cc16820eb3682e9bd67b5476256ca680b359667 Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Fri, 9 Aug 2024 19:27:52 +0100 Subject: [PATCH] :trollface: --- Content.Shared/DeltaV/Paper/SignatureSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }