diff --git a/src/hacks/Aimbot.cpp b/src/hacks/Aimbot.cpp index 69018bbc..0dfd3a4c 100644 --- a/src/hacks/Aimbot.cpp +++ b/src/hacks/Aimbot.cpp @@ -109,7 +109,6 @@ bool BacktrackAimbot() if (CE_BAD(tar)) return false; int tickcnt = 0; - int tickus = (float(hacks::shared::backtrack::getLatency()) > 800.0f || float(hacks::shared::backtrack::getLatency()) < 200.0f) ? 12 : 24; for (auto i : hacks::shared::backtrack::headPositions[iBestTarget]) { if (hacks::shared::backtrack::ValidTick(i, tar))