From 67cb59e04889a77a32c7ebd5dfbe0634be59f998 Mon Sep 17 00:00:00 2001 From: INeedGames Date: Thu, 24 Dec 2020 17:53:50 -0600 Subject: [PATCH] warning --- userraw/maps/mp/bots/_bot_utility.gsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userraw/maps/mp/bots/_bot_utility.gsc b/userraw/maps/mp/bots/_bot_utility.gsc index 9636df5..a7765c6 100644 --- a/userraw/maps/mp/bots/_bot_utility.gsc +++ b/userraw/maps/mp/bots/_bot_utility.gsc @@ -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());