Skip to content

Commit

Permalink
Docs: Fixed broken ClientStatus hyperlink in network protocol.md (Arc…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarno458 authored Feb 29, 2024
1 parent 184dedf commit e60a263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/network protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Sent to the server to update on the sender's status. Examples include readiness
#### Arguments
| 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
Basic chat command which sends text to the server to be distributed to other clients.
Expand Down

0 comments on commit e60a263

Please sign in to comment.