diff --git a/maps/bots/_bot_utility.gsc b/maps/bots/_bot_utility.gsc index 5d86d7f..1bd3f9a 100644 --- a/maps/bots/_bot_utility.gsc +++ b/maps/bots/_bot_utility.gsc @@ -882,31 +882,6 @@ bot_wait_for_host() { 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; - } } /*