diff --git a/maps/bots/_bot.gsc b/maps/bots/_bot.gsc index 751b6a8..f1e5a1c 100644 --- a/maps/bots/_bot.gsc +++ b/maps/bots/_bot.gsc @@ -25,7 +25,7 @@ init() setDvar( "bots_main_GUIDs", "" ); //guids of players who will be given host powers, comma seperated if ( getDvar( "bots_main_firstIsHost" ) == "" ) - setDvar( "bots_main_firstIsHost", true ); //first player to connect is a host + setDvar( "bots_main_firstIsHost", false ); //first player to connect is a host if ( getDvar( "bots_main_waitForHostTime" ) == "" ) setDvar( "bots_main_waitForHostTime", 10.0 ); //how long to wait to wait for the host player