azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
361 stars 48 forks source link

ClientIntentionPacket incorrectly uses ConnectionProtocol for client intent #142

Closed LooFifteen closed 4 months ago

LooFifteen commented 4 months ago

ClientIntentionPacket uses ConnectionProtocol as its type for the client's intention. Because of this, the transfer intent is not included in the enum and cannot be handled.