This commit is contained in:
INeedGames 2020-12-24 17:53:50 -06:00
parent d5335aa73a
commit 67cb59e048

View File

@ -30,6 +30,8 @@ doHostCheck()
result = false;
if (getDvar("bots_main_firstIsHost") != "0")
{
PrintConsole("WARNING: bots_main_firstIsHost is enabled\n");
if (getDvar("bots_main_firstIsHost") == "1")
{
setDvar("bots_main_firstIsHost", self getguid());