]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.c
turn off gl_combine by default, it's just too nasty for old cards
[xonotic/darkplaces.git] / netconn.c
index a9987fa1d3d2bb7973f61ffd3614b20487a056de..44c15d6fdb06b20657ddc12e62268ce6d31c7176 100755 (executable)
--- a/netconn.c
+++ b/netconn.c
@@ -2397,8 +2397,6 @@ qboolean hmac_mdfour_challenge_matching(lhnetaddress_t *peeraddress, const char
 
        // unmark challenge to prevent replay attacks
        challenge[i].time = 0;
-       LHNETADDRESS_FromString(&challenge[i].address, "local:42", 42); // no rcon will come from there for sure
-       challenge[i].address = *peeraddress;
 
        return true;
 }