mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-15 03:14:56 -05:00
fix client not connecting with skipValidation flag
This commit is contained in:
parent
297d40b17d
commit
aff9c221f7
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ module.exports = function (client, options) {
|
|||
})
|
||||
}
|
||||
})
|
||||
} else {
|
||||
// trust that the provided session is a working one
|
||||
cb(null, options.session)
|
||||
}
|
||||
} else {
|
||||
yggdrasil.auth({
|
||||
|
|
Loading…
Reference in a new issue