From 65326c8f5fc9e3780f68b7ec47c835cc09899c3c Mon Sep 17 00:00:00 2001 From: thilo Date: Fri, 18 Aug 2006 09:21:01 +0000 Subject: The server should still process network packages for keeping the package queue empty. git-svn-id: svn://svn.icculus.org/quake3/trunk@852 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/unix_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/unix/unix_net.c b/code/unix/unix_net.c index d214699..13dc3fb 100644 --- a/code/unix/unix_net.c +++ b/code/unix/unix_net.c @@ -662,7 +662,7 @@ void NET_Sleep(int msec) FD_SET(0, &fdset); // stdin is processed too highestfd = 1; } - if(ip_socket && com_sv_running->integer) + if(ip_socket) { FD_SET(ip_socket, &fdset); // network socket if(ip_socket >= highestfd) -- cgit v1.2.3