diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_player_info_packet.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/clientbound_player_info_packet.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<PlayerProperty>, #[varint] gamemode: u32, |
