mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-20 21:21:38 +01:00
set isAuthenticate = true
This commit is contained in:
parent
dec53223e4
commit
8530d105dd
@ -121,6 +121,7 @@ class LoginState : ConnectionState {
|
|||||||
cryptoKey = AspirinServer.mcCryptoKey
|
cryptoKey = AspirinServer.mcCryptoKey
|
||||||
cryptoRequest.publicKey = cryptoKey.public
|
cryptoRequest.publicKey = cryptoKey.public
|
||||||
cryptoRequest.nonce = frontNonce
|
cryptoRequest.nonce = frontNonce
|
||||||
|
cryptoRequest.isAuthenticate = true
|
||||||
|
|
||||||
send(frontChannel, cryptoRequest, true)
|
send(frontChannel, cryptoRequest, true)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user