mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-04-20 14:45:44 +00:00
fix
This commit is contained in:
parent
fc4800563d
commit
551e66fb21
@ -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 );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user