mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-21 10:05:42 +00:00
fix this team select
This commit is contained in:
parent
abfa41e24d
commit
cf788c4308
@ -308,7 +308,7 @@ teamWatch()
|
|||||||
|
|
||||||
wait 0.1;
|
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" ) );
|
self notify( "menuresponse", game["menu_team"], getDvar( "bots_team" ) );
|
||||||
|
|
||||||
while ( isdefined( self.pers["team"] ) )
|
while ( isdefined( self.pers["team"] ) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user