From 57f9c2ac9927dc0d376b8eaefb1fc1ad9b4ae814 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 26 Aug 2024 06:37:38 +0200 Subject: [PATCH] Remove "TODO: configuration from config.json" comment --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index b2ef354..ea60a0f 100644 --- a/src/index.js +++ b/src/index.js @@ -232,7 +232,6 @@ if (fs.existsSync(__dirname + "/config.json")) { } } -// TODO: configuration from config.json if (process.serverConfig.users === undefined) process.serverConfig.users = []; if (process.serverConfig.secure === undefined) process.serverConfig.secure = false;