-
Notifications
You must be signed in to change notification settings - Fork 0
ClientboundSessionDisconnectPacket
JonasDevDE edited this page Jun 3, 2025
·
4 revisions
Sent by the server when a connection is closed. It contains the reason for closing the connection. The client should try to reconnect if the reasons was a server shutdown.
| Field | Type | Description | Required | Example |
|---|---|---|---|---|
| reason | enum | The reason for closing the connection | Yes | PLAYER_QUIT, SERVER_SHUTDOWN, CONNECTION_OVERRIDE |
Official documentation for the EternalEmpires audio system. The audio system is responsible for giving NPC's a voice and letting players communicate.