From 76efe7f3eff7d2e95ebc0b1c6bf16c062f1b2086 Mon Sep 17 00:00:00 2001 From: LightCat Date: Wed, 3 Oct 2018 11:34:12 +0200 Subject: [PATCH] woops --- src/hacks/AntiCheat.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/hacks/AntiCheat.cpp b/src/hacks/AntiCheat.cpp index e1738922..a527f09b 100644 --- a/src/hacks/AntiCheat.cpp +++ b/src/hacks/AntiCheat.cpp @@ -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);