summaryrefslogtreecommitdiff
path: root/src/client/cl_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/cl_main.c')
-rw-r--r--src/client/cl_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c
index d357334f..c532e175 100644
--- a/src/client/cl_main.c
+++ b/src/client/cl_main.c
@@ -2842,7 +2842,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