diff options
| author | mat <github@matdoes.dev> | 2022-05-07 22:05:12 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-07 22:05:12 -0500 |
| commit | a9a8834b3aa78b1b85b16e738be8bd9105ef23c0 (patch) | |
| tree | 4fd8d7649b1f39242eb1cb7b62d06c70b38d4276 | |
| parent | a60c1ac05bf8f7e815d550d0a0ea1b091d9ea865 (diff) | |
| download | azalea-drasl-a9a8834b3aa78b1b85b16e738be8bd9105ef23c0.tar.xz | |
fix
| -rwxr-xr-x | azalea-client/src/connect.rs | 6 |
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"); } |
