aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xazalea-client/src/connect.rs6
1 files 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");
}