I shouldn't commit when tired.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2215 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
713b3ddeff
commit
c60d2e48c1
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ void CL_SendConnectPacket (
|
|||
|
||||
#ifdef PROTOCOL_VERSION_FTE
|
||||
if (ftepext)
|
||||
strcat(data, va("0x%x 0x%x\n", LittleLong(PROTOCOL_VERSION_FTE), LittleLong(fteprotextsupported)));
|
||||
strcat(data, va("0x%x 0x%x\n", PROTOCOL_VERSION_FTE, fteprotextsupported));
|
||||
#endif
|
||||
|
||||
#ifdef HUFFNETWORK
|
||||
|
|
Loading…
Reference in a new issue