Index: code/client/cl_main.c =================================================================== --- code/client/cl_main.c (revision 963) +++ code/client/cl_main.c (working copy) @@ -2192,15 +2192,15 @@ // drop the connection CL_CheckTimeout(); + // decide on the serverTime to render + CL_SetCGameTime(); + // send intentions now CL_SendCmd(); // resend a connection request if necessary CL_CheckForResend(); - // decide on the serverTime to render - CL_SetCGameTime(); - // update the screen SCR_UpdateScreen();