Fix the fix that was made unfixed by jetbrains
This commit is contained in:
parent
35c66ab6f8
commit
c85289c0e5
@ -1217,7 +1217,8 @@ AimbotTarget_t GetTarget(CachedEntity *entity)
|
|||||||
}
|
}
|
||||||
if (fov > 0 && t.fov > fov)
|
if (fov > 0 && t.fov > fov)
|
||||||
t.valid = false;
|
t.valid = false;
|
||||||
return false;
|
}
|
||||||
|
return t;
|
||||||
}
|
}
|
||||||
|
|
||||||
float secant_x(float in)
|
float secant_x(float in)
|
||||||
|
Reference in New Issue
Block a user