From ae3ad007b67e205ee093daa44619acae0f7ccc88 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 6 Jul 2022 18:55:18 -0500 Subject: Update packets --- azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs') diff --git a/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs b/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs index c531fa1e..8318b7d4 100644 --- a/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_system_chat_packet.rs @@ -5,6 +5,5 @@ use packet_macros::GamePacket; #[derive(Clone, Debug, McBuf, GamePacket)] pub struct ClientboundSystemChatPacket { pub content: Component, - #[var] - pub type_id: i32, + pub overlay: bool, } -- cgit v1.2.3