fix a connectivity issue
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3992 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e39981eab4
commit
09c275794c
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ qboolean Netchan_Process (netchan_t *chan)
|
|||
if (chan->compress)
|
||||
{
|
||||
// Huff_CompressPacket(&net_message, (chan->sock == NS_SERVER)?10:8);
|
||||
Huff_DecompressPacket(&net_message, (chan->sock == NS_SERVER)?10:8);
|
||||
Huff_DecompressPacket(&net_message, msg_readcount);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue