WHY THE FUCK DID I DO THIS

This commit is contained in:
James R 2020-04-15 22:04:29 -07:00
parent 676865c1b9
commit 1584b7394b
1 changed files with 1 additions and 0 deletions

View File

@ -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).