Fixed accidental NULLing of natives in the native name cache but not filled.
This commit is contained in:
parent
b3b972caf7
commit
e70fc299ac
@ -457,7 +457,6 @@ NativeEntry *ShareSystem::AddNativeToCache(CNativeOwner *pOwner, const sp_native
|
||||
pEntry->owner = pOwner;
|
||||
pEntry->func = ntv->func;
|
||||
pEntry->name = ntv->name;
|
||||
pEntry->func = NULL;
|
||||
|
||||
return pEntry;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user