mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-24 03:30:12 -04:00
parent
e9eb551ba3
commit
5ec3dd4b36
@ -98,7 +98,8 @@ module.exports = function (client, server, options) {
|
|||||||
client.write('encryption_begin', {
|
client.write('encryption_begin', {
|
||||||
serverId,
|
serverId,
|
||||||
publicKey: client.publicKey,
|
publicKey: client.publicKey,
|
||||||
verifyToken: client.verifyToken
|
verifyToken: client.verifyToken,
|
||||||
|
shouldAuthenticate: true
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
loginClient()
|
loginClient()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user