Syntax highlighting of server-protocol/85c5694 ~( Packet_0x66)

# Packet 0x66/0x69

The server sends Packet 0x66 or Packet 0x69 to clients when a client leaves the lobby/team (0x66 for teams, 0x69 for lobbies).

## Dreamcast Packet Format
| Bytes | Meaning |
| --- | --- |
| 0x00 | Packet Type (0x66 or 0x69) |
| 0x01 | Flags (Client ID of leaving Client) |
| 0x02-0x03 | Packet Size (0x0008) |
| 0x04 | Client ID of leaving client |
| 0x05 | Client ID of new leader |
| 0x06-0x07 | Padding (all zeroes) |