silence the MAX_PACKET_ENTITIES warning for general use

This commit is contained in:
Bill Currie 2002-09-13 00:58:42 +00:00
parent ca50e1945b
commit 028202ce3f

View file

@ -594,8 +594,8 @@ SV_WriteEntitiesToClient (client_t *client, sizebuf_t *msg)
// add to the packetentities
if (pack->num_entities == MAX_PACKET_ENTITIES) {
if (!mpe_moaned) {
Con_Printf ("hit MAX_PACKET_ENTITIES for client %d\n",
client->userid);
Con_DPrintf ("hit MAX_PACKET_ENTITIES for client %d\n",
client->userid);
mpe_moaned = 1;
}
continue; // all full