Docs: Fixed broken ClientStatus hyperlink in network protocol.md (#2844)
This commit is contained in:
parent
184dedfa69
commit
e60a2636cd
|
@ -345,7 +345,7 @@ Sent to the server to update on the sender's status. Examples include readiness
|
||||||
#### Arguments
|
#### Arguments
|
||||||
| Name | Type | Notes |
|
| Name | Type | Notes |
|
||||||
| ---- | ---- | ----- |
|
| ---- | ---- | ----- |
|
||||||
| status | ClientStatus\[int\] | One of [Client States](#Client-States). Send as int. Follow the link for more information. |
|
| status | ClientStatus\[int\] | One of [Client States](#ClientStatus). Send as int. Follow the link for more information. |
|
||||||
|
|
||||||
### Say
|
### Say
|
||||||
Basic chat command which sends text to the server to be distributed to other clients.
|
Basic chat command which sends text to the server to be distributed to other clients.
|
||||||
|
|
Loading…
Reference in New Issue