Bug fixes

This commit is contained in:
Mohammad Shoaib
2022-04-11 23:48:20 +05:30
parent 0e1ab968e7
commit a1a7ed9281
3 changed files with 38 additions and 8 deletions

View File

@@ -511,6 +511,16 @@ namespace stardew_access.Patches
DialoguePatches.currentDialogue = " ";
}
if (menu is JojaCDMenu)
{
BundleMenuPatches.jojaCDMenuQuery = "";
}
if (menu is QuestLog)
{
QuestPatches.questLogQuery = " ";
}
GameMenuPatches.hoveredItemQueryKey = "";
}
#endregion