From 5f84c9777b3b909ff55f805815f553c0a8df3750 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 22 May 2020 16:53:29 +1000 Subject: [PATCH] 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 --- qcsrc/client/main.qc | 2 ++ 1 file changed, 2 insertions(+) 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"); -- 2.39.2