diff options
| author | mat <github@matdoes.dev> | 2022-04-26 22:15:07 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-26 22:15:07 -0500 |
| commit | f859dbbba06278f52517b0096b92ff3a6932ee28 (patch) | |
| tree | 66f72298eb041f77afd4cff75e39e41caf91a7b0 /azalea-client/src | |
| parent | 9c69d7d5f2f704b1de37e1a102bf4390cdd879a5 (diff) | |
| download | azalea-drasl-f859dbbba06278f52517b0096b92ff3a6932ee28.tar.xz | |
update brigadier
Diffstat (limited to 'azalea-client/src')
| -rwxr-xr-x | azalea-client/src/connect.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-client/src/connect.rs b/azalea-client/src/connect.rs index b29ead3c..77303930 100755 --- a/azalea-client/src/connect.rs +++ b/azalea-client/src/connect.rs @@ -117,6 +117,9 @@ pub async fn join_server(address: &ServerAddress) -> Result<(), String> { GamePacket::ClientboundUpdateRecipesPacket(p) => { println!("Got update recipes packet {:?}", p); } + GamePacket::ClientboundEntityEventPacket(p) => { + println!("Got entity event packet {:?}", p); + } }, Err(e) => { panic!("Error: {:?}", e); |
