quest status name refactoring

This commit is contained in:
jonathan
2025-08-14 21:54:18 +02:00
parent 8676bbb2f6
commit 03dbc08293
19 changed files with 60 additions and 85 deletions
@@ -30,7 +30,7 @@ public partial class QuestMessagePopup : Control
private void NewActiveQuest()
{
var shownQuest = QuestManager.Instance!.GetFollowQuest();
var shownQuest = QuestManager.Instance!.GetActiveQuest();
if (_currentlyShown == shownQuest)
return;