From 2572b329cc18a0413dea19297bab805be2b9f2ab Mon Sep 17 00:00:00 2001 From: Webbiii Date: Thu, 11 Aug 2022 02:17:59 +0200 Subject: Fixed 1.19 Login Start packet --- src/v1_19.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/v1_19.rs') diff --git a/src/v1_19.rs b/src/v1_19.rs index 0f2d58d..d07238e 100644 --- a/src/v1_19.rs +++ b/src/v1_19.rs @@ -798,8 +798,8 @@ proto_byte_enum!(HandshakeNextState, proto_struct!(LoginSignatureData { key_expires: i64, - public_key: Option>, - signature: Option> + public_key: CountedArray, + signature: CountedArray }); proto_byte_enum!(EncryptionResponseData, -- cgit