Packets for initializing request with servers
What happens when the client first joins a server (what packets are sent)?
I think the client sends a hello packet, but then what does the server reply with?
Thank you.
The handshake is:
Server - Reconnect
Client - Hello
Server - Createsuccess
Then the normal stream of packets starts, an update first, etc