Bug fix in mail narration

master
shoaib11120 2022-01-13 12:46:06 +05:30
parent 407adecde6
commit 1631002da9
1 changed files with 1 additions and 2 deletions

View File

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