mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
fix scr error on ffa
This commit is contained in:
parent
94803c4e64
commit
bc83933bd2
@ -3759,7 +3759,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