Index: code/client/cl_main.c =================================================================== --- code/client/cl_main.c (revision 1946) +++ code/client/cl_main.c (working copy) @@ -2634,7 +2634,7 @@ */ void CL_CheckUserinfo( void ) { // don't add reliable commands when not yet connected - if(cls.state < CA_CHALLENGING) + if(cls.state < CA_CONNECTED) return; // don't overflow the reliable command buffer when paused