From: Mario Date: Fri, 22 May 2020 06:53:29 +0000 (+1000) Subject: Make sure cl_dodging exists on the client, fixes issues with outdated clients being... X-Git-Tag: xonotic-v0.8.5~1052 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5f84c9777b3b909ff55f805815f553c0a8df3750;p=xonotic%2Fxonotic-data.pk3dir.git Make sure cl_dodging exists on the client, fixes issues with outdated clients being unable to enable dodging when it is set to opt-in --- diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index 72ee803fa..d6a073a5d 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -138,6 +138,8 @@ void CSQC_Init() registercvar("cl_multijump", "-1"); + registercvar("cl_dodging", "0"); + registercvar("cl_spawn_near_teammate", "1"); registercvar("cl_weapon_switch_reload", "1");