Hover text spam fix

This commit is contained in:
shoaib11120
2021-12-27 18:56:14 +05:30
parent eb0e3c162c
commit 674dc8ab00
4 changed files with 7 additions and 6 deletions

View File

@@ -84,8 +84,9 @@ namespace stardew_access.Patches
ScreenReader.sayWithChecker(toSpeak, true);
}
}
else
else if(Game1.activeClickableMenu is DialogueBox)
{
MainClass.monitor.Log("hereasad ", LogLevel.Debug);
// Basic dialogues like `No mails in the mail box`
if (currentDialogue != __instance.getCurrentString())
{