]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
fix the timeout problem with cl_movement 1 mode on QW servers, but the prediction...
[xonotic/darkplaces.git] / cl_input.c
index e6d05362135f1547d705f4f3c5b3d054f84eb593..e153ba80dd2b46fbb939e2bdc0a3106d21b05ebc 100644 (file)
@@ -896,7 +896,7 @@ void CL_SendMove(void)
        accumtotal++;
 #endif
 
-       if (cl_movement.integer && cls.signon == SIGNONS)
+       if (cl_movement.integer && cls.signon == SIGNONS && cls.protocol != PROTOCOL_QUAKEWORLD)
        {
                if (!cl.movement_needupdate)
                        return;