aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/unix_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/unix_net.c')
-rw-r--r--code/unix/unix_net.c2
1 files changed, 1 insertions, 1 deletions
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)