fixed a bug where __pl_*_SetNTVOptional could not be called
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401129
This commit is contained in:
parent
a80d38f799
commit
399fb8a8e8
@ -1056,7 +1056,7 @@ bool CPluginManager::FindOrRequirePluginDeps(CPlugin *pPlugin, char *error, size
|
||||
{
|
||||
IPluginFunction *pFunc;
|
||||
char buffer[64];
|
||||
UTIL_Format(buffer, sizeof(buffer), "__pl_%s_SetNTVOptional", &pubvar->name[6]);
|
||||
UTIL_Format(buffer, sizeof(buffer), "__pl_%s_SetNTVOptional", &pubvar->name[5]);
|
||||
if ((pFunc=pBase->GetFunctionByName(buffer)))
|
||||
{
|
||||
cell_t res;
|
||||
|
Loading…
Reference in New Issue
Block a user