mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-06-29 15:51:53 +00:00
small fix
This commit is contained in:
@ -1310,6 +1310,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 );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user