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