fixed another stupid path bug
fixed more module loading bugs
This commit is contained in:
@ -480,7 +480,7 @@ int CheckModules(AMX *amx, char error[128])
|
||||
{
|
||||
if (expect == LibType_Library)
|
||||
{
|
||||
if (!LoadModule(buffer, PT_ANYTIME))
|
||||
if (!LoadModule(buffer, PT_ANYTIME, true, true))
|
||||
{
|
||||
if (pHandler->HandleModule(buffer, (expect == LibType_Class)))
|
||||
found = true;
|
||||
|
Reference in New Issue
Block a user