From: terencehill Date: Tue, 8 Feb 2022 17:21:51 +0000 (+0100) Subject: Don't reset bindmap on connection, no longer needed since the map vote selection... X-Git-Tag: xonotic-v0.8.5~206 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c652880c7d10b04d8cdc5e14d25d4f43c8ec522f;p=xonotic%2Fxonotic-data.pk3dir.git Don't reset bindmap on connection, no longer needed since the map vote selection system doesn't set alternative bindmaps --- diff --git a/qcsrc/server/client.qc b/qcsrc/server/client.qc index 421a1eb55..e35f1a865 100644 --- a/qcsrc/server/client.qc +++ b/qcsrc/server/client.qc @@ -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)