mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
WHY THE FUCK DID I DO THIS
This commit is contained in:
parent
5d6a199a01
commit
79ce8a4bfc
1 changed files with 1 additions and 0 deletions
|
|
@ -1844,6 +1844,7 @@ void CL_UpdateServerList(boolean internetsearch, INT32 room)
|
|||
INT32 node = I_NetMakeNodewPort(server_list[i].ip, server_list[i].port);
|
||||
if (node == -1)
|
||||
break; // no more node free
|
||||
SendAskInfo(node);
|
||||
// Force close the connection so that servers can't eat
|
||||
// up nodes forever if we never get a reply back from them
|
||||
// (usually when they've not forwarded their ports).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue