mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
- Make sure cmdTime is never lower than last. - Make sure delta doesn't exceed maxUnlag. - Make sure latency gets clamped to maxUnlag (clamp appears to be missing in the engine). - Only check for cmdTime if we are not discarding the cmd; previously, already processed queued cmd's got checked before being discarded.