This commit is contained in:
Jill 2022-05-13 05:20:14 +03:00
parent 85692e6949
commit b50964fe65
1 changed files with 2 additions and 0 deletions

View File

@ -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