Fix next quest display
authorLiza Carvelli <liza@carvel.li>
Sat, 31 Aug 2024 12:04:07 +0000 (14:04 +0200)
committerLiza Carvelli <liza@carvel.li>
Sat, 31 Aug 2024 12:04:07 +0000 (14:04 +0200)
Questionable/Windows/QuestComponents/ActiveQuestComponent.cs

index 6d4a4384bb7279b1c869acbac40f5d98535c3a7a..b1ffd40bd8becb3723626eaa5866342311b8f39d 100644 (file)
@@ -177,7 +177,7 @@ internal sealed partial class ActiveQuestComponent
             {
                 using var _ = ImRaii.PushColor(ImGuiCol.Text, ImGuiColors.DalamudYellow);
                 ImGui.TextUnformatted(
-                    $"Next Quest: {Shorten(currentQuest.Quest.Info.Name)} / {currentQuest.Sequence} / {currentQuest.Step}");
+                    $"Next Quest: {Shorten(nextQuest.Quest.Info.Name)} / {nextQuest.Sequence} / {nextQuest.Step}");
             }
         }
     }