diff --git a/protocol/src/version/v1_14_4/handshake.rs b/protocol/src/version/v1_14_4/handshake.rs index 557987b..c1a9ef8 100644 --- a/protocol/src/version/v1_14_4/handshake.rs +++ b/protocol/src/version/v1_14_4/handshake.rs @@ -26,7 +26,7 @@ impl HandshakeServerBoundPacket { } } -#[derive(Encoder, Decoder, Debug)] +#[derive(Clone, Encoder, Decoder, Debug)] pub struct Handshake { #[data_type(with = "var_int")] pub protocol_version: i32,