]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
removed hacky network code that tried to make DP work through NAT routers (but infact...
[xonotic/darkplaces.git] / sv_user.c
index 27c8ec9fb653c83eb54ebceaab5a68870877846b..deaea53ffd4ab16540ef276694b8bd3e001bc1ff 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -552,12 +552,6 @@ nextmsg:
 
                        cmd = MSG_ReadChar ();
 
-                       if (cmd != -1 && host_client->waitingforconnect)
-                       {
-                               host_client->waitingforconnect = false;
-                               host_client->sendserverinfo = true;
-                       }
-
                        switch (cmd)
                        {
                        case -1: