fixed amb1355 - optional extensions did not work properly
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401841
This commit is contained in:
parent
934fb9741a
commit
6e09aacd98
@ -1326,10 +1326,6 @@ bool CPluginManager::LoadOrRequireExtensions(CPlugin *pPlugin, unsigned int pass
|
||||
if (strncmp(pubvar->name, "__ext_", 6) == 0)
|
||||
{
|
||||
ext = (_ext *)pubvar->offs;
|
||||
if (!ext->required && !ext->autoload)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
if (pBase->LocalToString(ext->file, &file) != SP_ERROR_NONE)
|
||||
{
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user