projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38563da
)
Don't start priority quests when StartSingleQuest IPC is used
author
Liza Carvelli
<liza@carvel.li>
Mon, 10 Mar 2025 00:53:39 +0000
(
01:53
+0100)
committer
Liza Carvelli
<liza@carvel.li>
Mon, 10 Mar 2025 00:53:39 +0000
(
01:53
+0100)
Questionable/Controller/QuestController.cs
patch
|
blob
|
blame
|
history
diff --git
a/Questionable/Controller/QuestController.cs
b/Questionable/Controller/QuestController.cs
index
0a0366d
..
cf14b04
100644
(file)
--- a/
Questionable/Controller/QuestController.cs
+++ b/
Questionable/Controller/QuestController.cs
@@
-799,6
+799,9
@@
internal sealed class QuestController : MiniTaskController<QuestController>
public bool IsInterruptible()
{
+ if (AutomationType is EAutomationType.SingleQuestA or EAutomationType.SingleQuestB)
+ return false;
+
var details = CurrentQuestDetails;
if (details == null)
return false;