This commit is contained in:
Expand-sys 2022-12-26 15:05:49 +11:00
parent 256e2c0b18
commit ef7bad03f9

View file

@ -18,7 +18,7 @@ module.exports = {
console.log(host); console.log(host);
const rcon = new Rcon({ const rcon = new Rcon({
host: `${host}`, host: `${host}`,
port: `${process.env.RCONPASS}`, port: `${process.env.RCON_PORT}`,
password: `${rconpass}`, password: `${rconpass}`,
}); });