mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-04-22 23:25:42 +00:00
fix this team select
This commit is contained in:
parent
5661427484
commit
924fc8585d
@ -476,7 +476,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"], getCvar( "bots_team" ) );
|
self notify( "menuresponse", game["menu_team"], getCvar( "bots_team" ) );
|
||||||
|
|
||||||
while ( isdefined( self.pers["team"] ) )
|
while ( isdefined( self.pers["team"] ) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user