]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
got rid of my attempts to delay sending the ServerInfo packet until the first message...
[xonotic/darkplaces.git] / sv_user.c
index 48a576cd0529afd6aff4c902952376994af15821..91f4ff345936763c28b742b74d796fd45fda4624 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -540,12 +540,6 @@ nextmsg:
                if (!ret)
                        return true;
 
-               if (host_client->waitingforconnect)
-               {
-                       host_client->waitingforconnect = false;
-                       host_client->sendserverinfo = true;
-               }
-
                MSG_BeginReading ();
 
                while (1)