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()) {