forked from liza/Questionable
Fix 'sequence not found' text
This commit is contained in:
parent
6f2ca7d438
commit
f158d4a371
@ -347,7 +347,7 @@ internal sealed class QuestController : MiniTaskController<QuestController>
|
|||||||
var sequence = q.FindSequence(questToRun.Sequence);
|
var sequence = q.FindSequence(questToRun.Sequence);
|
||||||
if (sequence == null)
|
if (sequence == null)
|
||||||
{
|
{
|
||||||
DebugState = $"Sequence {sequence} not found";
|
DebugState = $"Sequence {questToRun.Sequence} not found";
|
||||||
Stop("Unknown sequence");
|
Stop("Unknown sequence");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user