diff --git a/raw/maps/mp/bots/_bot_script.gsc b/raw/maps/mp/bots/_bot_script.gsc index a056c7d..32aa6e5 100644 --- a/raw/maps/mp/bots/_bot_script.gsc +++ b/raw/maps/mp/bots/_bot_script.gsc @@ -1307,7 +1307,7 @@ teamWatch() wait 0.1; - if ( self.team != "axis" || self.team != "allies" ) + if ( self.team != "axis" && self.team != "allies" ) self notify( "menuresponse", game["menu_team"], getDvar( "bots_team" ) ); while ( isdefined( self.pers["team"] ) )