Fixed bug at25472

This commit is contained in:
David Anderson
2006-02-20 03:24:45 +00:00
parent 4369023394
commit 2843c333aa
2 changed files with 1 additions and 248 deletions

View File

@ -297,6 +297,7 @@ static cell AMX_NATIVE_CALL invalid_native(AMX *amx, cell *params)
//1 - because we're trapping usage
if (!pHandler->HandleNative(name, native, 1))
{
amx->usertags[UT_NATIVE] = (void *)native;
LogError(amx, AMX_ERR_INVNATIVE, NULL);
return 0;
}