From b50964fe659cf03396e764b6e6afa2cf336b859f Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Fri, 13 May 2022 05:20:14 +0300 Subject: [PATCH] tweaks --- packets.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packets.md b/packets.md index 2811aef..ca14b8a 100644 --- a/packets.md +++ b/packets.md @@ -30,6 +30,8 @@ This is a packet that's always registered internally as `0` for both sides, whic ### connection.ClientConnectionLoginPacket +_Client-exclusive_ + This packet is sent by the client and is used for authentication. A `username` and `sharedSecret` are sent which are then processed by the server to authenticate the user. Afterwards, the server will consider the user authenticated, and proceed to send them various packets. All packets sent upon authentication from now on will be marked with "Sent on authentication". ### response.ResponseActionPacket