PrismarineJS / node-minecraft-protocol

Parse and serialize minecraft packets, plus authentication and encryption.
https://prismarinejs.github.io/node-minecraft-protocol/
BSD 3-Clause "New" or "Revised" License
1.2k stars 241 forks source link

Ensure `onReady` in client is called once #1287

Closed extremeheat closed 4 months ago

extremeheat commented 5 months ago

Fix https://github.com/PrismarineJS/node-minecraft-protocol/issues/1286

Server sending start_config packets will incorrectly cause onReady to call multiple times

wgaylord commented 5 months ago

Just tested and this does fix the issue.

rom1504 commented 4 months ago

/makerelease