forked from fte/fteqw
1
0
Fork 0

svc_nails2 works fine in server side mvd demos now.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@579 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-06 00:56:39 +00:00
parent b719cd9109
commit 8388988809
1 changed files with 2 additions and 0 deletions

View File

@ -1615,6 +1615,7 @@ void NPP_MVDFlush(void)
bits+=6;
}
}
ignoreprotocol=true;
break;
case svc_stufftext:
@ -1791,6 +1792,7 @@ void NPP_MVDWriteByte(qbyte data, client_t *to, int broadcast) //replacement wri
case svc_deltapacketentities:
case svc_lightstyle:
case svc_nails:
case svc_nails2:
case svc_centerprint:
case svc_setinfo:
break;