From 4767b7215db3b8f11948c30aa113d5ee1669d682 Mon Sep 17 00:00:00 2001 From: Spoike <acceptthis@users.sourceforge.net> Date: Mon, 6 Jul 2009 06:09:49 +0000 Subject: [PATCH] Blame the monkey. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3238 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_main.c b/engine/client/cl_main.c index c2706e3a9..2f1e4cf40 100644 --- a/engine/client/cl_main.c +++ b/engine/client/cl_main.c @@ -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");