]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
[04:31:11] <@LordHavoc> div0: 9179 (if (msecdelta <= 0) return;) wrecked connect...
[xonotic/darkplaces.git] / cl_input.c
index 55688654d93daffd5e5858ee97191ffd1e92cfdd..e58dad4b1b90bacb046cf3219f569aa78a7ad4fc 100644 (file)
@@ -1681,7 +1681,7 @@ void CL_SendMove(void)
                packettime = 0;
 
        // do not send if we do not have anything useful to send
-       if(msecdelta <= 0)
+       if(msecdelta <= 0 && cls.signon == SIGNONS && !cl.paused)
                return;
        // always send if buttons changed or an impulse is pending
        // even if it violates the rate limit!