1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
This commit is contained in:
mat 2022-05-07 22:05:12 -05:00
parent a60c1ac05b
commit a9a8834b3a

View file

@ -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");
}