muffin v7.4.9

This commit is contained in:
alydev 2026-01-01 09:34:51 +10:00
parent a9e1cdc5f1
commit 2df81c5d15
5 changed files with 5320 additions and 4932 deletions

View file

@ -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);