This commit is contained in:
LightCat 2018-08-10 23:02:55 +02:00 committed by GitHub
parent f635e21eb0
commit 2e461e4096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,9 @@ bool BacktrackAimbot()
if (iBestTarget == -1)
return true;
int tickcnt = 0;
CachedEntity *tar = ENTITY(iBestTarget);
if (CE_BAD(tar))
return false;
for (auto i : hacks::shared::backtrack::headPositions[iBestTarget])
{
if (hacks::shared::backtrack::ValidTick(i, tar))