mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
WHY THE FUCK DID I DO THIS
This commit is contained in:
parent
60bc61ef70
commit
7b714a225b
1 changed files with 1 additions and 0 deletions
|
@ -1863,6 +1863,7 @@ void CL_UpdateServerList(boolean internetsearch, INT32 room)
|
||||||
INT32 node = I_NetMakeNodewPort(server_list[i].ip, server_list[i].port);
|
INT32 node = I_NetMakeNodewPort(server_list[i].ip, server_list[i].port);
|
||||||
if (node == -1)
|
if (node == -1)
|
||||||
break; // no more node free
|
break; // no more node free
|
||||||
|
SendAskInfo(node);
|
||||||
// Force close the connection so that servers can't eat
|
// Force close the connection so that servers can't eat
|
||||||
// up nodes forever if we never get a reply back from them
|
// up nodes forever if we never get a reply back from them
|
||||||
// (usually when they've not forwarded their ports).
|
// (usually when they've not forwarded their ports).
|
||||||
|
|
Loading…
Reference in a new issue