From 70e2dfed16da8d5130460ea15b47701e622f4a9f Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 8 Dec 2022 18:39:35 -0600 Subject: wrap_comments = true --- azalea-protocol/src/packets/game/clientbound_add_player_packet.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-protocol/src/packets/game/clientbound_add_player_packet.rs') diff --git a/azalea-protocol/src/packets/game/clientbound_add_player_packet.rs b/azalea-protocol/src/packets/game/clientbound_add_player_packet.rs index 03585f06..58c7b0a3 100755 --- a/azalea-protocol/src/packets/game/clientbound_add_player_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_add_player_packet.rs @@ -4,7 +4,8 @@ use azalea_protocol_macros::ClientboundGamePacket; use azalea_world::entity::{metadata, EntityData, EntityMetadata}; use uuid::Uuid; -/// This packet is sent by the server when a player comes into visible range, not when a player joins. +/// This packet is sent by the server when a player comes into visible range, +/// not when a player joins. #[derive(Clone, Debug, McBuf, ClientboundGamePacket)] pub struct ClientboundAddPlayerPacket { #[var] -- cgit v1.2.3