mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-04-22 16:05:44 +00:00
fix team select
This commit is contained in:
parent
521d5b425c
commit
8655d5ab5d
@ -287,7 +287,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