This commit is contained in:
ineed bots 2023-12-10 05:18:35 -06:00
parent fc4800563d
commit 551e66fb21

View File

@ -1142,6 +1142,9 @@ aim_loop()
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 );
}