Fix the fix that was made unfixed by jetbrains

This commit is contained in:
HutchyBen 2024-04-10 18:59:16 +01:00
parent 35c66ab6f8
commit c85289c0e5

View File

@ -1217,7 +1217,8 @@ AimbotTarget_t GetTarget(CachedEntity *entity)
}
if (fov > 0 && t.fov > fov)
t.valid = false;
return false;
}
return t;
}
float secant_x(float in)