cleanup the output of connectionless prints a bit

This commit is contained in:
Bill Currie 2002-09-04 19:13:45 +00:00
parent 5597dc2408
commit 67b01ca5ba

View file

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