diff options
| author | mat <github@matdoes.dev> | 2022-04-27 23:35:34 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-27 23:35:34 -0500 |
| commit | 1b5a3722ee4cf0464fbb20e65debc7bbd7963b79 (patch) | |
| tree | c98a787dacf75801479b9e8fb7942d7f8e81d699 /azalea-protocol/src/packets/game/clientbound_player_info_packet.rs | |
| parent | 9b50886c30f3e9129e054b019581264c9e6cadaf (diff) | |
| download | azalea-drasl-1b5a3722ee4cf0464fbb20e65debc7bbd7963b79.tar.xz | |
fix player info packet
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, |
