docs: fix message headings
This commit is contained in:
parent
2ae697701c
commit
e9ac661840
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ All possible client and server message IDs can be found in `Networking/Enums/Cli
|
|||
|
||||
### Messages
|
||||
|
||||
*AuthMessage*
|
||||
**AuthMessage**
|
||||
|
||||
```asn.1
|
||||
AuthMessage ::= SEQUENCE {
|
||||
|
@ -38,7 +38,7 @@ AuthMessage ::= SEQUENCE {
|
|||
}
|
||||
```
|
||||
|
||||
*ListServerMessage* (TODO)
|
||||
**ListServerMessage** (TODO)
|
||||
|
||||
```asn.1
|
||||
ServerListingBlock ::= SEQUENCE {
|
||||
|
|
Loading…
Add table
Reference in a new issue