mirror of
https://github.com/Expand-sys/ccashbot
synced 2025-12-16 15:42:13 +11:00
bugfix
This commit is contained in:
parent
256e2c0b18
commit
ef7bad03f9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ module.exports = {
|
|||
console.log(host);
|
||||
const rcon = new Rcon({
|
||||
host: `${host}`,
|
||||
port: `${process.env.RCONPASS}`,
|
||||
port: `${process.env.RCON_PORT}`,
|
||||
password: `${rconpass}`,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue