git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9248
d7cf8633-e32d-0410-b094-
e92efae38249
}
// do not send 0ms packets because they mess up physics
- if(cl.cmd.msec == 0 && cl.cmd.time > cl.movecmd[1].time && (cls.protocol == PROTOCOL_QUAKEWORLD || cls.signon == SIGNONS))
+ if(cl.cmd.msec == 0 && cl.time > cl.oldtime && (cls.protocol == PROTOCOL_QUAKEWORLD || cls.signon == SIGNONS))
return;
// always send if buttons changed or an impulse is pending
// even if it violates the rate limit!