mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-30 10:56:55 -05:00
make proxy connect with port too
thats why i can't connect to my clone but the bot can lol
This commit is contained in:
parent
8d719643a0
commit
8c17e0c8c9
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ function inject (bot, dcclient, config) {
|
||||||
const target = mc.createClient({
|
const target = mc.createClient({
|
||||||
username: client.username,
|
username: client.username,
|
||||||
host: bot.options.host,
|
host: bot.options.host,
|
||||||
|
port: bot.options.port,
|
||||||
version
|
version
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue