From 0f0dcf6a70ada5e41b63114aa8b0e4ad70b36b82 Mon Sep 17 00:00:00 2001 From: zombieb Date: Wed, 20 Aug 2025 00:32:43 +0000 Subject: [PATCH] Update SERVERS.md --- SERVERS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.