From 32280d60efe6e9ac005928f7a20ccee6516994ba Mon Sep 17 00:00:00 2001 From: Daryl Streete <66880175+DAurielS@users.noreply.github.com> Date: Wed, 25 Feb 2026 19:32:54 -0400 Subject: [PATCH] Update src/systems/integration/sillytavern.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/systems/integration/sillytavern.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systems/integration/sillytavern.js b/src/systems/integration/sillytavern.js index 41271ce..2cf96a1 100644 --- a/src/systems/integration/sillytavern.js +++ b/src/systems/integration/sillytavern.js @@ -302,7 +302,7 @@ export async function onMessageReceived(data) { renderMusicPlayer($musicPlayerContainer[0]); } - // When auto-update is disabled,no tracker API call will run for this message. + // When auto-update is disabled, no tracker API call will run for this message. // Inherit the prior assistant message's tracker data into this swipe slot so that // commitTrackerDataFromPriorMessage can find a valid state next turn instead of nulling everything if (!extensionSettings.autoUpdate && isAwaitingNewMessage) {