Update AutoBackstab.cpp
This commit is contained in:
parent
c01b46f836
commit
31ebd3f9f4
@ -61,10 +61,8 @@ void CreateMove()
|
|||||||
found = true;
|
found = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
logging::Info("1");
|
|
||||||
if (!found)
|
if (!found)
|
||||||
return;
|
return;
|
||||||
logging::Info("2");
|
|
||||||
if (!CE_GOOD(ent))
|
if (!CE_GOOD(ent))
|
||||||
return;
|
return;
|
||||||
float ent_eye = CE_FLOAT(ent, netvar.m_angEyeAngles + 4);
|
float ent_eye = CE_FLOAT(ent, netvar.m_angEyeAngles + 4);
|
||||||
|
Reference in New Issue
Block a user