]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
analyzing the movement algorithm from warsow yielded that CPM_PM_Aircontrol is called...
[xonotic/darkplaces.git] / host_cmd.c
index bc196c936fdb7bc623d2e8ec9ec587885a569cec..ccf6c5bc5c87d114caede29c5563e27fdae1747d 100644 (file)
@@ -473,12 +473,7 @@ void Host_Reconnect_f (void)
                // will still contain its IP address, so get the address...
                InfoString_GetValue(cls.userinfo, "*ip", temp, sizeof(temp));
                if (temp[0])
-               {
-                       // clear the rcon password, to prevent vulnerability by stuffcmd-ing a setinfo command to change *ip, then reconnect
-                       if(!rcon_secure.integer)
-                               Cvar_SetQuick(&rcon_password, "");
                        CL_EstablishConnection(temp);
-               }
                else
                        Con_Printf("Reconnect to what server?  (you have not connected to a server yet)\n");
                return;