Change default value of cv_chams

So it includes friends and enemies
This commit is contained in:
8dcc 2023-07-27 21:34:04 +02:00
parent 744a4d5527
commit ab806a0a8f
1 changed files with 1 additions and 1 deletions

View File

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