From 1b5a3722ee4cf0464fbb20e65debc7bbd7963b79 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 27 Apr 2022 23:35:34 -0500 Subject: fix player info packet --- azalea-protocol/src/packets/game/clientbound_player_info_packet.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-protocol/src/packets/game/clientbound_player_info_packet.rs') diff --git a/azalea-protocol/src/packets/game/clientbound_player_info_packet.rs b/azalea-protocol/src/packets/game/clientbound_player_info_packet.rs index 370e6f83..3d4c3ac7 100644 --- a/azalea-protocol/src/packets/game/clientbound_player_info_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_player_info_packet.rs @@ -31,6 +31,7 @@ pub struct PlayerProperty { #[derive(Clone, Debug, McBufReadable, McBufWritable)] pub struct AddPlayer { uuid: Uuid, + name: String, properties: Vec, #[varint] gamemode: u32, -- cgit v1.2.3