Make catbots ignore my scout bots

This commit is contained in:
BenCat07 2018-01-05 00:24:36 +01:00 committed by GitHub
parent 7b77807669
commit 568dc3d901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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())
{