]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't reset bindmap on connection, no longer needed since the map vote selection...
authorterencehill <piuntn@gmail.com>
Tue, 8 Feb 2022 17:21:51 +0000 (18:21 +0100)
committerterencehill <piuntn@gmail.com>
Tue, 8 Feb 2022 17:21:51 +0000 (18:21 +0100)
qcsrc/server/client.qc

index 421a1eb5503163a1333d8d1ee9b38395105bf4a2..e35f1a8652dbfc61bfdbe598dcd7d494e8a75f23 100644 (file)
@@ -935,7 +935,6 @@ void DecodeLevelParms(entity this)
 void FixClientCvars(entity e)
 {
        // send prediction settings to the client
-       stuffcmd(e, "\nin_bindmap 0 0\n");
        if(autocvar_g_antilag == 3) // client side hitscan
                stuffcmd(e, "cl_cmd settemp cl_prydoncursor_notrace 0\n");
        if(autocvar_sv_gentle)