small fix

This commit is contained in:
ineed bots 2023-12-10 05:20:34 -06:00
parent 0af3e4ca90
commit 6737000c72

View File

@ -1310,6 +1310,9 @@ aim_loop()
conedot = getConeDot( aimpos, eyePos, angles ); conedot = getConeDot( aimpos, eyePos, angles );
if ( !nadeAimOffset && conedot > 0.999 && lengthsquared( aimoffset ) < 0.05 )
self thread bot_lookat( aimpos, 0.05 );
else
self thread bot_lookat( aimpos, aimspeed ); self thread bot_lookat( aimpos, aimspeed );
} }