mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
fix scr error on ffa
This commit is contained in:
parent
a015aed62a
commit
fd5d1272fe
@ -3552,7 +3552,7 @@ bot_turret_think_loop()
|
||||
if ( isDefined( tempTurret.owner ) && tempTurret.owner == self )
|
||||
continue;
|
||||
|
||||
if ( tempTurret.team == self.pers["team"] && level.teamBased )
|
||||
if ( level.teamBased && tempTurret.team == myteam )
|
||||
continue;
|
||||
|
||||
if ( !bulletTracePassed( myEye, tempTurret.origin + ( 0, 0, 15 ), false, tempTurret ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user