no teams in sp

This commit is contained in:
ineed bots 2024-04-05 11:46:02 -06:00
parent 73141eddf4
commit 96e8fb36b6

View File

@ -882,31 +882,6 @@ bot_wait_for_host()
{ {
return; return;
} }
for ( i = getdvarfloat( "bots_main_waitForHostTime" ); i > 0; i -= 0.05 )
{
if ( isdefined( host.pers[ "team" ] ) )
{
break;
}
wait 0.05;
}
if ( !isdefined( host.pers[ "team" ] ) )
{
return;
}
for ( i = getdvarfloat( "bots_main_waitForHostTime" ); i > 0; i -= 0.05 )
{
if ( host.pers[ "team" ] == "allies" || host.pers[ "team" ] == "axis" )
{
break;
}
wait 0.05;
}
} }
/* /*