Changed addons/amxx to addons/amxmodx

This commit is contained in:
David Anderson
2004-09-02 02:16:38 +00:00
parent 04c43f8589
commit fbb7c0bb92
4 changed files with 28 additions and 28 deletions

View File

@@ -384,7 +384,7 @@ int loadModules(const char* filename)
if (!isalnum(*moduleName) || !validFile(moduleName) )
continue;
char* pathname = build_pathname("%s/%s", get_localinfo("amxx_modulesdir", "addons/amxx/modules"), line);
char* pathname = build_pathname("%s/%s", get_localinfo("amxx_modulesdir", "addons/amxmodx/modules"), line);
CList<CModule>::iterator a = g_modules.find( pathname );
@@ -963,4 +963,4 @@ void *Module_ReqFnptr(const char *funcName)
return functions[i].ptr;
}
return NULL;
}
}