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());