diff --git a/code/client/cl_main.c b/code/client/cl_main.c index 719902a6..93d325b7 100644 --- a/code/client/cl_main.c +++ b/code/client/cl_main.c @@ -2634,7 +2634,7 @@ CL_CheckUserinfo */ 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