Blame the monkey.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3238 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7ddd50b854
commit
4767b7215d
1 changed files with 1 additions and 1 deletions
|
@ -1211,7 +1211,7 @@ void CL_Disconnect (void)
|
|||
|
||||
#ifdef TCPCONNECT
|
||||
//disconnects it, without disconnecting the others.
|
||||
FTENET_AddToCollection(cls.sockets, "TCP", NULL, NULL);
|
||||
FTENET_AddToCollection(cls.sockets, "TCP", NULL, NULL, false);
|
||||
#endif
|
||||
|
||||
Cvar_ForceSet(&cl_servername, "none");
|
||||
|
|
Loading…
Reference in a new issue