Specify loop count for AD

This commit is contained in:
Liza 2025-01-12 02:36:17 +01:00
parent a111a4f75b
commit 2ffedfa72c
Signed by: liza
GPG Key ID: 2C41B84815CF6445

View File

@ -67,7 +67,7 @@ internal sealed class AutoDutyIpc
try
{
_run.InvokeAction(cfcData.TerritoryId, 0, true);
_run.InvokeAction(cfcData.TerritoryId, 1, true);
}
catch (IpcError e)
{