mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
cleanup the output of connectionless prints a bit
This commit is contained in:
parent
5597dc2408
commit
67b01ca5ba
1 changed files with 5 additions and 1 deletions
|
@ -965,7 +965,11 @@ CL_ConnectionlessPacket (void)
|
|||
{
|
||||
Con_Printf("status response\n");
|
||||
return;
|
||||
}
|
||||
} else if (!cls.demoplayback
|
||||
&& (cl_paranoid->int_val
|
||||
|| !NET_CompareAdr (net_from, cls.server_addr))) {
|
||||
Con_Printf ("print\n");
|
||||
}
|
||||
Con_Printf ("%s", s);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue