diff --git a/Questionable/Controller/QuestController.cs b/Questionable/Controller/QuestController.cs index a737166e..e031d988 100644 --- a/Questionable/Controller/QuestController.cs +++ b/Questionable/Controller/QuestController.cs @@ -347,7 +347,7 @@ internal sealed class QuestController : MiniTaskController var sequence = q.FindSequence(questToRun.Sequence); if (sequence == null) { - DebugState = $"Sequence {sequence} not found"; + DebugState = $"Sequence {questToRun.Sequence} not found"; Stop("Unknown sequence"); return; }