phys_rope: Remove newline from print.

This commit is contained in:
Marco Cawthorne 2024-03-04 18:49:22 -08:00
parent 6c8b56c39f
commit 50cc1b6198
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ phys_rope::EvaluateEntity(void)
entity eFind = find(world, ::targetname, target);
if (!eFind) {
EntError("phys_rope: Unable to find target %S\n", target);
EntError("phys_rope: Unable to find target %S", target);
return;
}