mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 13:14:41 -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 {
|
} else {
|
||||||
yggdrasil.auth({
|
yggdrasil.auth({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user