BotLib: Will now set a protected *bot infokey to signal clients as to who is a bot.

This commit is contained in:
Marco Cawthorne 2022-04-29 15:20:04 -07:00
parent 0acdadefb0
commit df589de04c
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 0 deletions

View File

@ -525,4 +525,5 @@ bot::bot(void)
{
classname = "player";
targetname = "_nuclide_bot_";
forceinfokey(this, "*bot", "1");
}