This commit is contained in:
LightCat 2018-10-03 11:34:12 +02:00
parent ed9c32c2a4
commit 76efe7f3ef

View File

@ -68,9 +68,7 @@ void CreateMove()
if ((CE_BYTE(ent, netvar.iLifeState) == 0))
{
if (player_tools::shouldTarget(ent) ==
player_tools::IgnoreReason::DO_NOT_IGNORE ||
player_tools::shouldTarget(ent) ==
player_tools::IgnoreReason::LOCAL_PLAYER_LIST)
player_tools::IgnoreReason::DO_NOT_IGNORE || ent == LOCAL_E)
{
ac::aimbot::Update(ent);
ac::antiaim::Update(ent);