phys_rope: Remove newline from print.
This commit is contained in:
parent
6c8b56c39f
commit
50cc1b6198
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue