diff --git a/src/cvars.c b/src/cvars.c index 07eea48..cb3c2aa 100644 --- a/src/cvars.c +++ b/src/cvars.c @@ -14,7 +14,7 @@ bool cvars_init(void) { cv_bhop = REGISTER_CVAR("bhop", "1"); cv_autostrafe = REGISTER_CVAR("autostrafe", "0"); cv_esp = REGISTER_CVAR("esp", "3"); - cv_chams = REGISTER_CVAR("chams", "1"); + cv_chams = REGISTER_CVAR("chams", "3"); cv_crosshair = REGISTER_CVAR("crosshair", "0"); cv_clmove = REGISTER_CVAR("clmove", "0");