forked from aly/qstbak
muffin v7.4.5
This commit is contained in:
parent
8461a561d3
commit
bb09805213
11 changed files with 881 additions and 891 deletions
|
|
@ -265,7 +265,6 @@ internal sealed class SinglePlayerDutyConfigComponent : ConfigComponent
|
|||
{
|
||||
if (quest.Root.Disabled)
|
||||
{
|
||||
_logger.LogDebug("Disabling quest battle for quest {QuestId}, quest is disabled", questId);
|
||||
return (Enabled: false, Options: singlePlayerDutyOptions);
|
||||
}
|
||||
QuestStep questStep = (from x in quest.AllSteps()
|
||||
|
|
@ -277,7 +276,6 @@ internal sealed class SinglePlayerDutyConfigComponent : ConfigComponent
|
|||
}
|
||||
return (Enabled: true, Options: questStep.SinglePlayerDutyOptions ?? singlePlayerDutyOptions);
|
||||
}
|
||||
_logger.LogDebug("Disabling quest battle for quest {QuestId}, unknown quest", questId);
|
||||
return (Enabled: false, Options: singlePlayerDutyOptions);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue