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_chat_preview.rs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 azalea-protocol/src/packets/game/c_chat_preview.rs (limited to 'azalea-protocol/src/packets/game/c_chat_preview.rs') diff --git a/azalea-protocol/src/packets/game/c_chat_preview.rs b/azalea-protocol/src/packets/game/c_chat_preview.rs deleted file mode 100644 index e0ddd2ec..00000000 --- a/azalea-protocol/src/packets/game/c_chat_preview.rs +++ /dev/null @@ -1,9 +0,0 @@ -use azalea_buf::AzBuf; -use azalea_chat::FormattedText; -use azalea_protocol_macros::ClientboundGamePacket; - -#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)] -pub struct ClientboundChatPreview { - pub query_id: i32, - pub preview: Option, -} -- cgit v1.2.3