Fix Infected + support other modes
This commit is contained in:
parent
ebd3998d75
commit
d9d5887561
@ -108,7 +108,6 @@ function init()
|
||||
level endon( "game_ended" );
|
||||
|
||||
level.botSoak = is_bot_soak();
|
||||
|
||||
if( !init_bot_gametype() )
|
||||
{
|
||||
return;
|
||||
@ -878,8 +877,8 @@ function init_bot_gametype()
|
||||
case "escort":
|
||||
bot_escort::init();
|
||||
return true;
|
||||
case "infect":
|
||||
return true;
|
||||
// case "infect":
|
||||
// return true;
|
||||
case "gun":
|
||||
return true;
|
||||
case "koth":
|
||||
@ -893,6 +892,12 @@ function init_bot_gametype()
|
||||
return true;
|
||||
case "tdm":
|
||||
return true;
|
||||
case "sas":
|
||||
return true;
|
||||
case "prop":
|
||||
return true;
|
||||
case "sniperonly":
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user