mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 17:28:06 +02:00
Update mod paths in config.js
This commit is contained in:
parent
618ecc0714
commit
32557975d9
1 changed files with 1 additions and 2 deletions
|
@ -191,8 +191,7 @@ function getDefaultConfig() {
|
|||
|
||||
paths : {
|
||||
config : paths.join(__dirname, './../config/'),
|
||||
mods : paths.join(__dirname, './../mods/system'),
|
||||
userMods : paths.join(__dirname, './../mods/user'),
|
||||
mods : paths.join(__dirname, './../mods/'),
|
||||
loginServers : paths.join(__dirname, './servers/login/'),
|
||||
contentServers : paths.join(__dirname, './servers/content/'),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue