From a9a8834b3aa78b1b85b16e738be8bd9105ef23c0 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 7 May 2022 22:05:12 -0500 Subject: [PATCH] fix --- azalea-client/src/connect.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azalea-client/src/connect.rs b/azalea-client/src/connect.rs index d71e49cf..2df0e9d2 100755 --- a/azalea-client/src/connect.rs +++ b/azalea-client/src/connect.rs @@ -218,9 +218,9 @@ impl Client { GamePacket::ClientboundUpdateRecipesPacket(p) => { println!("Got update recipes packet"); } - // GamePacket::ClientboundEntityEventPacket(p) => { - // println!("Got entity event packet {:?}", p); - // } + GamePacket::ClientboundEntityEventPacket(p) => { + // println!("Got entity event packet {:?}", p); + } GamePacket::ClientboundRecipePacket(p) => { println!("Got recipe packet"); }