Make catbots ignore my scout bots
This commit is contained in:
parent
7b77807669
commit
568dc3d901
@ -97,7 +97,7 @@ void update_catbot_list()
|
||||
|
||||
info.name[31] = 0;
|
||||
if (strcasestr(info.name, "cat-bot") ||
|
||||
strcasestr(info.name, "just disable vac tf"))
|
||||
strcasestr(info.name, "just disable vac tf")) || strcasestr(info.name, "raul.garcia"))
|
||||
{
|
||||
if (human_detecting_map.find(info.friendsID) == human_detecting_map.end())
|
||||
{
|
||||
|
Reference in New Issue
Block a user