Update SERVERS.md

This commit is contained in:
2025-08-20 00:32:43 +00:00
parent cef766f23d
commit 0f0dcf6a70

View File

@@ -12,7 +12,8 @@ Requests are sent after any of these events:
### `API: GET "/api/undead/v1/emotes"` (after local account response) ### `API: GET "/api/undead/v1/emotes"` (after local account response)
Expects: `List<EmoteConfigDTO>` [(to DTO)](#emoteconfigdto) Expects: `List<EmoteConfigDTO>` [(to DTO)](#emoteconfigdto)
Replace existing emotes in the game with these, keyed by `UniqueName`. Replace existing emotes in the game with these, keyed by `UniqueName`.<br>
This is mostly a change to VR emotes. See "ContextualEmotesConfig" in the game's assets.
See [the source](./Core/Content/CustomRecNet/CustomEmotes/RecNetEmotes.cs) for more information. See [the source](./Core/Content/CustomRecNet/CustomEmotes/RecNetEmotes.cs) for more information.