:trollface:

This commit is contained in:
deltanedas 2024-08-09 19:27:52 +01:00
parent 46c405b451
commit 8cc16820eb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}