mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
fix this team select
This commit is contained in:
parent
6a5af7d510
commit
32a76e964f
@ -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"] ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user