forked from snxraven/LinkUp-P2P-Chat
I just forgot to read from the file LOL
This commit is contained in:
parent
a3fbe7434a
commit
8ca1cc2b8f
2
app.js
2
app.js
@ -97,7 +97,7 @@ async function initialize() {
|
|||||||
|
|
||||||
const configExists = fs.existsSync("./config.json");
|
const configExists = fs.existsSync("./config.json");
|
||||||
if (configExists) {
|
if (configExists) {
|
||||||
readConfigFromFile();
|
readConfigFromFile("./config.json");
|
||||||
config.rooms.forEach(room => {
|
config.rooms.forEach(room => {
|
||||||
addRoomToList(room);
|
addRoomToList(room);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user