Updated Events - use glob for finding nested modules/etc.
This commit is contained in:
@@ -101,6 +101,9 @@ function loadModulesForCategory(category, iterator, complete) {
|
||||
|
||||
function getModulePaths() {
|
||||
return [
|
||||
Config.paths.mods
|
||||
Config.paths.mods,
|
||||
Config.paths.loginServers,
|
||||
Config.paths.contentServers,
|
||||
Config.paths.scannerTossers,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user