mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
silence the MAX_PACKET_ENTITIES warning for general use
This commit is contained in:
parent
ca50e1945b
commit
028202ce3f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue