From 6a37971420e1fcf2d48d68281d99e0d464297687 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 14 Sep 2023 18:17:32 -0500 Subject: add ResourcePackEvent event --- azalea-protocol/src/write.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/write.rs') diff --git a/azalea-protocol/src/write.rs b/azalea-protocol/src/write.rs index 1d66eba1..9e2e042b 100755 --- a/azalea-protocol/src/write.rs +++ b/azalea-protocol/src/write.rs @@ -88,7 +88,7 @@ where P: ProtocolPacket + Debug, W: AsyncWrite + Unpin + Send, { - trace!("Sending packet: {:?}", packet,); + trace!("Sending packet: {packet:?}"); let mut buf = packet_encoder(packet).unwrap(); if let Some(threshold) = compression_threshold { buf = compression_encoder(&buf, threshold).await.unwrap(); -- cgit v1.2.3