From abe606f74b1ee4f0a719bea5510ef0b3653c365e Mon Sep 17 00:00:00 2001 From: ineed bots Date: Fri, 21 Oct 2022 13:42:15 -0600 Subject: [PATCH] fix this team select --- userraw/maps/mp/bots/_bot_script.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userraw/maps/mp/bots/_bot_script.gsc b/userraw/maps/mp/bots/_bot_script.gsc index 864364e..ac91cf6 100644 --- a/userraw/maps/mp/bots/_bot_script.gsc +++ b/userraw/maps/mp/bots/_bot_script.gsc @@ -1150,7 +1150,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"] ) )