Change default value of cv_chams

From 3 to 1
This commit is contained in:
8dcc 2023-07-26 17:25:33 +02:00
parent 3b0e90b388
commit 083186b497
1 changed files with 1 additions and 1 deletions

View File

@ -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;