From 50cc1b619877fcf309fcdb51d29f6b8d6e43c4a8 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Mon, 4 Mar 2024 18:49:22 -0800 Subject: [PATCH] phys_rope: Remove newline from print. --- src/gs-entbase/shared/phys_rope.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gs-entbase/shared/phys_rope.qc b/src/gs-entbase/shared/phys_rope.qc index fec2d8f4..ffb2ef4d 100644 --- a/src/gs-entbase/shared/phys_rope.qc +++ b/src/gs-entbase/shared/phys_rope.qc @@ -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; }