Skip to content

Commit

Permalink
Update network protocol.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyV99 authored Dec 1, 2024
1 parent ce7bc18 commit 73637d4
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 @@ -351,7 +351,7 @@ Sent to the server to update the status of a Hint. The client must be the 'recei
| ---- | ---- | ----- |
| player | int | The ID of the player whose location is being hinted for. |
| location | int | The ID of the location to update the hint for. If no hint exists for this location, the packet is ignored. |
| status | [HintStatus](#HintStatus) | Optional. If included, sets the status of the hint to this status. Fails if the status is already `Found`. |
| status | [HintStatus](#HintStatus) | Optional. If included, sets the status of the hint to this status. Cannot set `HINT_FOUND`, or change the status from `HINT_FOUND`. |

#### HintStatus
An enumeration containing the possible hint states.
Expand Down

0 comments on commit 73637d4

Please sign in to comment.