aboutsummaryrefslogtreecommitdiff
path: root/src/v1_19.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/v1_19.rs')
-rw-r--r--src/v1_19.rs4
1 files changed, 2 insertions, 2 deletions
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<CountedArray<u8, VarInt>>,
- signature: Option<CountedArray<u8, VarInt>>
+ public_key: CountedArray<u8, VarInt>,
+ signature: CountedArray<u8, VarInt>
});
proto_byte_enum!(EncryptionResponseData,