From f0a277788c30392b630d4a8e8b09e9cd3e54c14f Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 7 May 2022 12:22:57 -0500 Subject: add set time packet and update readme --- 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 6edb3d13..15d6df4c 100755 --- a/azalea-client/src/connect.rs +++ b/azalea-client/src/connect.rs @@ -261,6 +261,9 @@ impl Client { GamePacket::ClientboundInitializeBorderPacket(p) => { println!("Got initialize border packet {:?}", p); } + GamePacket::ClientboundSetTimePacket(p) => { + println!("Got set time packet {:?}", p); + } _ => panic!("Unexpected packet {:?}", packet), } println!(); -- cgit v1.2.3