mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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,6 +965,10 @@ CL_ConnectionlessPacket (void)
|
||||||
{
|
{
|
||||||
Con_Printf("status response\n");
|
Con_Printf("status response\n");
|
||||||
return;
|
return;
|
||||||
|
} else if (!cls.demoplayback
|
||||||
|
&& (cl_paranoid->int_val
|
||||||
|
|| !NET_CompareAdr (net_from, cls.server_addr))) {
|
||||||
|
Con_Printf ("print\n");
|
||||||
}
|
}
|
||||||
Con_Printf ("%s", s);
|
Con_Printf ("%s", s);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue