Fix ktx-with-nq-clients illegible server message issue.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5964 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2ae4157738
commit
d4c8d1a17b
1 changed files with 3 additions and 0 deletions
|
@ -1885,6 +1885,9 @@ void NPP_QWFlush(void)
|
|||
case svc_bigkick:
|
||||
bufferlen = 0;
|
||||
break;
|
||||
case svcqw_updatestatlong:
|
||||
buffer[0] = svcnq_updatestatlong;
|
||||
break;
|
||||
case svc_updateuserinfo:
|
||||
if (buffer[6])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue