Change value of cv_esp to 0
Until it works perfectly (no ghost entities)
This commit is contained in:
parent
41e6b012d9
commit
2e1b44a825
|
@ -8,7 +8,7 @@ DECL_CVAR(esp);
|
||||||
|
|
||||||
bool cvars_init(void) {
|
bool cvars_init(void) {
|
||||||
cv_bhop = REGISTER_CVAR("bhop", "1");
|
cv_bhop = REGISTER_CVAR("bhop", "1");
|
||||||
cv_esp = REGISTER_CVAR("esp", "1");
|
cv_esp = REGISTER_CVAR("esp", "0");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue