mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
fix
This commit is contained in:
parent
a60c1ac05b
commit
a9a8834b3a
1 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue