fix this team select

This commit is contained in:
ineed bots 2022-10-03 21:55:42 -06:00
parent 5661427484
commit 924fc8585d

View File

@ -476,7 +476,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"], getCvar( "bots_team" ) );
while ( isdefined( self.pers["team"] ) )