parent
3b0e90b388
commit
083186b497
|
@ -13,7 +13,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", "3");
|
cv_chams = REGISTER_CVAR("chams", "1");
|
||||||
cv_clmove = REGISTER_CVAR("clmove", "0");
|
cv_clmove = REGISTER_CVAR("clmove", "0");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue