diff --git a/SERVERS.md b/SERVERS.md index 6cc4ac4..7b44924 100644 --- a/SERVERS.md +++ b/SERVERS.md @@ -12,7 +12,8 @@ Requests are sent after any of these events: ### `API: GET "/api/undead/v1/emotes"` (after local account response) Expects: `List` [(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`.
+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.