Change value of cv_esp to 0
Until it works perfectly (no ghost entities)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user