Hello, is it possible to add a new check from CheckFoundation function to support the plugin Clans from K1llyou, because from now it check with hook method HasFriend and clan from k1llyou don't have this hook method.
if (GetClanTag(entity.OwnerID.ToString()) == GetClanTag(userID.ToString()) && GetClanTag(userID.ToString()) != string.Empty)
return null;