fixed another stupid path bug

fixed more module loading bugs
This commit is contained in:
David Anderson
2006-06-07 19:09:48 +00:00
parent 68e1937a5c
commit 5463a84c12
2 changed files with 8 additions and 3 deletions

View File

@ -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;