From 43608a1b677ee6368d90115ee8824ae4d29b7c54 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Sun, 3 Dec 2023 18:24:08 -0600 Subject: [PATCH] doesnt need --- maps/bots/_bot.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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