Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native_RemoveClientFeature wrong cell #68

Open
Kiwky opened this issue Oct 25, 2020 · 0 comments · May be fixed by #72
Open

Native_RemoveClientFeature wrong cell #68

Kiwky opened this issue Oct 25, 2020 · 0 comments · May be fixed by #72

Comments

@Kiwky
Copy link

Kiwky commented Oct 25, 2020

In API.sp on the Native_RemoveClientFeature feature should be arg2, in git repo client and feature are both arg1

public int Native_RemoveClientFeature(Handle hPlugin, int iNumParams)
{
	int iClient = GetNativeCell(1);
	if (CheckValidClient(iClient))
	{
		char szFeature[64];
		GetNativeString(1, SZF(szFeature));
...
}
@R1KO R1KO added this to the v3.1 milestone Dec 30, 2020
@R1KO R1KO self-assigned this Jan 2, 2021
@R1KO R1KO added the Testing label Jan 2, 2021
@R1KO R1KO linked a pull request Jan 30, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants