diff --git a/src/cvars.c b/src/cvars.c index 1fb25a7..e8853e1 100644 --- a/src/cvars.c +++ b/src/cvars.c @@ -13,7 +13,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", "3"); + cv_chams = REGISTER_CVAR("chams", "1"); cv_clmove = REGISTER_CVAR("clmove", "0"); return true;