diff options
| author | mat <github@matdoes.dev> | 2022-06-17 16:34:34 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-17 16:34:34 -0500 |
| commit | d27d283686d2920d7a7c08087e2d5a39c63fae1c (patch) | |
| tree | 767de0225762526cf53f68f63af257f05bce68e1 /azalea-client/src | |
| parent | d0fc7d0eff32687d7210b730584db2c3faa055ae (diff) | |
| download | azalea-drasl-d27d283686d2920d7a7c08087e2d5a39c63fae1c.tar.xz | |
Update ClientboundSoundPacket to 1.19
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 cb2bec9c..4ef3df63 100755 --- a/azalea-client/src/connect.rs +++ b/azalea-client/src/connect.rs @@ -447,6 +447,9 @@ impl Client { GamePacket::ClientboundServerDataPacket(p) => { println!("Got server data packet {:?}", p); } + GamePacket::ClientboundSetEquipmentPacket(p) => { + println!("Got set equipment packet {:?}", p); + } _ => panic!("Unexpected packet {:?}", packet), } } |
