]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_user.c
fixed forged packet identification to only care about address (not port) and do so...
[xonotic/darkplaces.git] / sv_user.c
index 4b7d68a79e9987e7eaae8edfce9cb435e23d2833..91f4ff345936763c28b742b74d796fd45fda4624 100644 (file)
--- a/sv_user.c
+++ b/sv_user.c
@@ -540,13 +540,6 @@ nextmsg:
                if (!ret)
                        return true;
 
-               if (host_client->waitingforconnect)
-               {
-                       Con_DPrintf ("SV_ReadClientMessage: setting sendserverinfo to true\n");
-                       host_client->waitingforconnect = false;
-                       host_client->sendserverinfo = true;
-               }
-
                MSG_BeginReading ();
 
                while (1)