Change default value of cv_chams
So it includes friends and enemies
This commit is contained in:
parent
744a4d5527
commit
ab806a0a8f
|
@ -14,7 +14,7 @@ bool cvars_init(void) {
|
||||||
cv_bhop = REGISTER_CVAR("bhop", "1");
|
cv_bhop = REGISTER_CVAR("bhop", "1");
|
||||||
cv_autostrafe = REGISTER_CVAR("autostrafe", "0");
|
cv_autostrafe = REGISTER_CVAR("autostrafe", "0");
|
||||||
cv_esp = REGISTER_CVAR("esp", "3");
|
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_crosshair = REGISTER_CVAR("crosshair", "0");
|
||||||
cv_clmove = REGISTER_CVAR("clmove", "0");
|
cv_clmove = REGISTER_CVAR("clmove", "0");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue