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:
Spoike 2009-01-30 02:48:03 +00:00
parent 1206f6ae07
commit e2b905e74c

View file

@ -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