Connection Rejected
data class ConnectionRejected(var messageNumber: Int, val username: String, val userId: Int, val message: String) : V086Message, ServerMessage
Message sent from the server to indicate that the client is not allowed to join the server, including a message to be displayed to the user.
Message type ID: 0x16.