Change default value of cv_chams
From 3 to 1
This commit is contained in:
parent
3b0e90b388
commit
083186b497
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user