From e5fcfa119309877ab515b921f8ada5f1b1ec4c30 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 26 Apr 2022 15:33:41 +0000 Subject: default implementation for read and write Vec --- azalea-client/src/connect.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azalea-client/src') diff --git a/azalea-client/src/connect.rs b/azalea-client/src/connect.rs index 44eff33f..f441f2f3 100755 --- a/azalea-client/src/connect.rs +++ b/azalea-client/src/connect.rs @@ -114,6 +114,9 @@ pub async fn join_server(address: &ServerAddress) -> Result<(), String> { GamePacket::ClientboundDisconnectPacket(p) => { println!("Got login disconnect packet {:?}", p); } + GamePacket::ClientboundUpdateRecipesPacket(p) => { + println!("Got update recipes packet {:?}", p); + } }, Err(e) => { panic!("Error: {:?}", e); -- cgit v1.2.3