mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26: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) => {
|
GamePacket::ClientboundUpdateRecipesPacket(p) => {
|
||||||
println!("Got update recipes packet");
|
println!("Got update recipes packet");
|
||||||
}
|
}
|
||||||
// GamePacket::ClientboundEntityEventPacket(p) => {
|
GamePacket::ClientboundEntityEventPacket(p) => {
|
||||||
// println!("Got entity event packet {:?}", p);
|
// println!("Got entity event packet {:?}", p);
|
||||||
// }
|
}
|
||||||
GamePacket::ClientboundRecipePacket(p) => {
|
GamePacket::ClientboundRecipePacket(p) => {
|
||||||
println!("Got recipe packet");
|
println!("Got recipe packet");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue