mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-26 12:41:03 -04:00
fix client not connecting with skipValidation flag
This commit is contained in:
parent
297d40b17d
commit
aff9c221f7
@ -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…
x
Reference in New Issue
Block a user