AdvancedTargeting: blame da fakes
This commit is contained in:
parent
28c3fff820
commit
8c794fb92f
@ -605,12 +605,6 @@ public int Native_IsClientFriend(Handle plugin, int numParams)
|
||||
return -1;
|
||||
}
|
||||
|
||||
if(IsFakeClient(client) || IsFakeClient(friend))
|
||||
{
|
||||
ThrowNativeError(SP_ERROR_NATIVE, "Client is fake-client.");
|
||||
return -1;
|
||||
}
|
||||
|
||||
if(g_FriendsArray[client] == INVALID_HANDLE)
|
||||
return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user