NQ clients now get broadcast messages again. Whoops.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3106 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1206f6ae07
commit
e2b905e74c
1 changed files with 1 additions and 1 deletions
|
@ -1884,7 +1884,7 @@ void SV_UpdateToReliableMessages (void)
|
|||
SZ_Clear (&sv.datagram);
|
||||
|
||||
#ifdef NQPROT
|
||||
// if (sv.nqdatagram.overflowed)
|
||||
if (sv.nqdatagram.overflowed)
|
||||
SZ_Clear (&sv.nqdatagram);
|
||||
#endif
|
||||
#ifdef Q2SERVER
|
||||
|
|
Loading…
Reference in a new issue