From 659c5fea1451c041e2dcf6d8dc3ab7bb8fd0d38c Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 30 Mar 2023 18:18:13 +0000 Subject: 23w13a --- azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs') diff --git a/azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs b/azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs index afebfa72..82e4c2b8 100755 --- a/azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs +++ b/azalea-protocol/src/packets/game/serverbound_sign_update_packet.rs @@ -5,5 +5,6 @@ use azalea_protocol_macros::ServerboundGamePacket; #[derive(Clone, Debug, McBuf, ServerboundGamePacket)] pub struct ServerboundSignUpdatePacket { pub pos: BlockPos, + pub is_front_text: bool, pub lines: [String; 4], } -- cgit v1.2.3