X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=sv_user.c;h=91f4ff345936763c28b742b74d796fd45fda4624;hb=31060b267734aa1a6a5dfac52a396b76d7be1b5c;hp=4b7d68a79e9987e7eaae8edfce9cb435e23d2833;hpb=55c92c79a462b74b0cb7c43b4d9a229bc389571a;p=xonotic%2Fdarkplaces.git diff --git a/sv_user.c b/sv_user.c index 4b7d68a7..91f4ff34 100644 --- 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)