Avoid underflows on connection screen timer (fixes hosting servers)
- Aug 23, 2020
-
-
James R. authored5daaef7e
-
When you host a server, it connects to itself. Due to underflows on asktime
, using -server
would block the game effectively forever.
Some hacks that intentionally underflowed asktime
were also required to send packets immediately. This is no longer needed.