fix team select

This commit is contained in:
ineed bots 2022-10-21 13:38:45 -06:00
parent 521d5b425c
commit 8655d5ab5d

View File

@ -287,7 +287,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"] ) )