From af4f5271e22b3f3aa906140ef5a6d24586403ba0 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 10 Jan 2026 21:11:03 -0630 Subject: replace a println with debug --- azalea-client/src/plugins/packet/game/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client/src/plugins') diff --git a/azalea-client/src/plugins/packet/game/mod.rs b/azalea-client/src/plugins/packet/game/mod.rs index edb755c9..e97850fb 100644 --- a/azalea-client/src/plugins/packet/game/mod.rs +++ b/azalea-client/src/plugins/packet/game/mod.rs @@ -1261,7 +1261,7 @@ impl GamePacketHandler<'_> { pub fn delete_chat(&mut self, _p: &ClientboundDeleteChat) {} pub fn explode(&mut self, p: &ClientboundExplode) { - println!("Got explode packet {p:?}"); + debug!("Got explode packet {p:?}"); as_system::(self.ecs, |mut knockback_events| { if let Some(knockback) = p.player_knockback { -- cgit v1.2.3