From 1631002da9fb5104d4549e41427839b77fcc2778 Mon Sep 17 00:00:00 2001 From: shoaib11120 Date: Thu, 13 Jan 2022 12:46:06 +0530 Subject: [PATCH] Bug fix in mail narration --- stardew-access/Patches/MenuPatches.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stardew-access/Patches/MenuPatches.cs b/stardew-access/Patches/MenuPatches.cs index 48affc9..2852fd3 100644 --- a/stardew-access/Patches/MenuPatches.cs +++ b/stardew-access/Patches/MenuPatches.cs @@ -202,10 +202,9 @@ namespace stardew_access.Patches return; #region Texts in the letter - string title = __instance.mailTitle; string message = __instance.mailMessage[__instance.page]; - string toSpeak = $"{title} \t\n\t {message}."; + string toSpeak = $"{message}"; if (__instance.ShouldShowInteractable()) {