From 0fc0fe41d4a8194a0f10f8a13e8194e89eb05d06 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 24 Apr 2025 18:42:56 -0400 Subject: delete some unused packet modules in game state --- azalea-protocol/src/packets/game/c_player_chat_header.rs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 azalea-protocol/src/packets/game/c_player_chat_header.rs (limited to 'azalea-protocol/src/packets/game/c_player_chat_header.rs') diff --git a/azalea-protocol/src/packets/game/c_player_chat_header.rs b/azalea-protocol/src/packets/game/c_player_chat_header.rs deleted file mode 100644 index d7e84cc5..00000000 --- a/azalea-protocol/src/packets/game/c_player_chat_header.rs +++ /dev/null @@ -1,10 +0,0 @@ -use azalea_buf::AzBuf; -use azalea_crypto::{MessageSignature, SignedMessageHeader}; -use azalea_protocol_macros::ClientboundGamePacket; - -#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)] -pub struct ClientboundPlayerChatHeader { - pub header: SignedMessageHeader, - pub header_signature: MessageSignature, - pub body_digest: Vec, -} -- cgit v1.2.3