mirror of
https://github.com/Expand-sys/ccashbot
synced 2025-12-16 23:52:14 +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);
|
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}`,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue