fix knife target aimbot

This commit is contained in:
ineed bots 2024-01-18 15:01:09 -06:00
parent 469918d271
commit 04f5bc79ed

View File

@ -1933,7 +1933,7 @@ aim_loop()
conedot = getConeDot( aimpos, eyePos, angles );
if ( isdefined( self.bot.knifing_target ) )
if ( isdefined( self.bot.knifing_target ) && self.bot.knifing_target == target )
{
self thread bot_lookat( target gettagorigin( "j_spine4" ), 0.05 );
}