1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

add packet to match lol

This commit is contained in:
mat 2022-10-29 14:36:07 -05:00
parent 7d140e5f0c
commit f73872c0cc

View file

@ -751,6 +751,7 @@ impl Client {
ClientboundGamePacket::TabList(_) => {}
ClientboundGamePacket::TagQuery(_) => {}
ClientboundGamePacket::TakeItemEntity(_) => {}
ClientboundGamePacket::ContainerClose(_) => {}
}
Ok(())