mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
disable logging for outgoing packets until I come up with a clean way of
enabling it
This commit is contained in:
parent
0e1a9e5082
commit
2262d02b1a
2 changed files with 2 additions and 5 deletions
|
@ -157,8 +157,10 @@ qboolean Netchan_CanReliable (netchan_t *chan);
|
|||
static inline void
|
||||
Netchan_SendPacket (int length, void *data, netadr_t to)
|
||||
{
|
||||
#if 0
|
||||
if (net_packetlog->int_val)
|
||||
Log_Outgoing_Packet(data, length, 1);
|
||||
#endif
|
||||
NET_SendPacket (length, data, to);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue