Twister915 / mcproto-rs

Minecraft Protocol in Rust
Apache License 2.0
112 stars 21 forks source link

fix typo in protocol PlaySetSlot #8

Open nicoxxl opened 3 years ago

nicoxxl commented 3 years ago

Fix the typo in the field of PlaySetSlot 'slow' → 'slot'.

Beware, it will break existing code.

Fix #7