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

fix: Add missing `successful` field to `ServerboundCustomQueryAnswerPacket` #139

Closed Sculas closed 5 months ago

Sculas commented 5 months ago

While working on my own Minecraft server (using azalea) and reading wiki.vg/Protocol a lot, I noticed that the successful field is not implemented in the ServerboundCustomQueryAnswerPacket, as described here: wiki.vg/Protocol#Login_Plugin_Response.

This PR adds the missing field and removes an unused packet (that's not mapped or used anywhere).

Sculas commented 5 months ago

Whoops - just realized I was looking at the wrong packet in wiki.vg!