Index: code/client/cl_main.c =================================================================== --- code/client/cl_main.c (revision 965) +++ code/client/cl_main.c (working copy) @@ -2192,9 +2192,6 @@ // drop the connection CL_CheckTimeout(); - // send intentions now - CL_SendCmd(); - // resend a connection request if necessary CL_CheckForResend(); @@ -2204,6 +2201,9 @@ // update the screen SCR_UpdateScreen(); + // send intentions now + CL_SendCmd(); + // update audio S_Update();