The server should still process network packages for keeping the package queue empty.

This commit is contained in:
Thilo Schulz 2006-08-18 09:21:01 +00:00
parent ee12260b59
commit 4450057eb7
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ void NET_Sleep(int msec)
FD_SET(0, &fdset); // stdin is processed too FD_SET(0, &fdset); // stdin is processed too
highestfd = 1; highestfd = 1;
} }
if(ip_socket && com_sv_running->integer) if(ip_socket)
{ {
FD_SET(ip_socket, &fdset); // network socket FD_SET(ip_socket, &fdset); // network socket
if(ip_socket >= highestfd) if(ip_socket >= highestfd)