muffin v7.4.9
This commit is contained in:
parent
a9e1cdc5f1
commit
2df81c5d15
5 changed files with 5320 additions and 4932 deletions
|
|
@ -146,6 +146,11 @@ internal sealed class AutoDutyIpc
|
|||
{
|
||||
try
|
||||
{
|
||||
if (!IsStopped())
|
||||
{
|
||||
_logger.LogDebug("AutoDuty is already running, not starting leveling mode again");
|
||||
return true;
|
||||
}
|
||||
_logger.LogInformation("Starting AutoDuty Leveling mode (Support) - AutoDuty will select the best dungeon");
|
||||
_setConfig.InvokeAction("leveling", "Support");
|
||||
_run.InvokeAction(0u, 1, !_configuration.Advanced.DisableAutoDutyBareMode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue