AdvancedTargeting: blame da fakes

This commit is contained in:
dogan 2020-05-25 00:18:12 +02:00
parent 409d4d5c5d
commit ea02d595f1

View File

@ -605,12 +605,6 @@ public int Native_IsClientFriend(Handle plugin, int numParams)
return -1; return -1;
} }
if(IsFakeClient(client) || IsFakeClient(friend))
{
ThrowNativeError(SP_ERROR_NATIVE, "Client is fake-client.");
return -1;
}
if(g_FriendsArray[client] == INVALID_HANDLE) if(g_FriendsArray[client] == INVALID_HANDLE)
return -1; return -1;