projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f2ca7d
)
Fix 'sequence not found' text
author
Liza Carvelli
<liza@carvel.li>
Sat, 10 Aug 2024 12:58:35 +0000
(14:58 +0200)
committer
Liza Carvelli
<liza@carvel.li>
Sat, 10 Aug 2024 12:58:35 +0000
(14:58 +0200)
Questionable/Controller/QuestController.cs
patch
|
blob
|
blame
|
history
diff --git
a/Questionable/Controller/QuestController.cs
b/Questionable/Controller/QuestController.cs
index a737166ef4e69a6cddb3191c490eff63d79eeef5..e031d98845bf485e5c0030a7838fc5907a570ec9 100644
(file)
--- a/
Questionable/Controller/QuestController.cs
+++ b/
Questionable/Controller/QuestController.cs
@@
-347,7
+347,7
@@
internal sealed class QuestController : MiniTaskController<QuestController>
var sequence = q.FindSequence(questToRun.Sequence);
if (sequence == null)
{
- DebugState = $"Sequence {
s
equence} not found";
+ DebugState = $"Sequence {
questToRun.S
equence} not found";
Stop("Unknown sequence");
return;
}