diff --git a/engine/client/cl_input.c b/engine/client/cl_input.c index 45f90b30..9a540014 100644 --- a/engine/client/cl_input.c +++ b/engine/client/cl_input.c @@ -1473,6 +1473,7 @@ void CL_SendCmd (double frametime, qboolean mainloop) cls.netchan.outgoing_sequence++; } + IN_Move (NULL, 0); return; // sendcmds come from the demo }