mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
Updated Events - use glob for finding nested modules/etc.
This commit is contained in:
parent
b7ad850bdc
commit
7343ab2ff2
9 changed files with 96 additions and 67 deletions
|
@ -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,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue