t4 refactor

This commit is contained in:
ineed bots
2025-05-22 18:51:26 -06:00
parent 3e08ac900d
commit b8597ee810
4 changed files with 56 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ init()
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" ) == "" )