X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=netconn.c;h=95b6a8a3a342f98e06d7ce3acfd353bab9facd92;hb=df1cc2c4115be684d1e899643f4a47d40d073add;hp=28b9a57520230184c311ed2199202b51230050bb;hpb=d4e668b451d24188a3f80dc37edb234d656e6d7c;p=xonotic%2Fdarkplaces.git diff --git a/netconn.c b/netconn.c index 28b9a575..95b6a8a3 100755 --- a/netconn.c +++ b/netconn.c @@ -1513,8 +1513,6 @@ static void NetConn_ConnectionEstablished(lhnetsocket_t *mysocket, lhnetaddress_ #ifdef CONFIG_MENU M_Update_Return_Reason(""); #endif - // the connection request succeeded, stop current connection and set up a new connection - CL_Disconnect(); // if we're connecting to a remote server, shut down any local server if (LHNETADDRESS_GetAddressType(peeraddress) != LHNETADDRESSTYPE_LOOP && sv.active) {