diff --git a/src/index.js b/src/index.js index 9b11e88..fa5f751 100644 --- a/src/index.js +++ b/src/index.js @@ -319,7 +319,9 @@ if (process.serverConfig.allowPostfixDoubleSlashes === undefined) if (process.serverConfig.optOutOfStatisticsServer === undefined) process.serverConfig.optOutOfStatisticsServer = false; -process.serverConfig.version = version; // Compatiblity for very old SVR.JS mods +// Compatiblity for very old SVR.JS mods +process.serverConfig.version = version; +process.serverConfig.productName = name; const serverconsole = require("./utils/serverconsole.js");