mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-02 01:21:17 +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");
|
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…
Add table
Add a link
Reference in a new issue