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