Avoid underflows on connection screen timer (fixes hosting servers)
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.