barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
534 stars 74 forks source link

Window packets are too long #111

Closed tmshader closed 3 years ago

tmshader commented 3 years ago

Both the close_window and click_window packet give the same error, saying that the packet is too long.

tmshader commented 3 years ago

It wasn't an issue. I forgot to unpack the values from the buffer and that caused the error. I'm closing this issue!