mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
Fix my previous dumb
This commit is contained in:
parent
433ad72752
commit
487968dac9
2 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ exports.getModule = class mrcModule extends MenuModule {
|
|||
},
|
||||
(callback) => {
|
||||
const connectOpts = {
|
||||
port : _.get(Config(), 'chatServers.mrc.serverPort', 5000),
|
||||
port : _.get(Config(), 'chatServers.mrc.multiplexerPort', 5000),
|
||||
host : 'localhost',
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue