From: Liza Carvelli Date: Sun, 12 Jan 2025 01:36:17 +0000 (+0100) Subject: Specify loop count for AD X-Git-Tag: v4.14~3 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=2ffedfa72c8802421f32eae23d72944ce34abd5a;p=Questionable.git Specify loop count for AD --- diff --git a/Questionable/External/AutoDutyIpc.cs b/Questionable/External/AutoDutyIpc.cs index 71bae7fd..9d049062 100644 --- a/Questionable/External/AutoDutyIpc.cs +++ b/Questionable/External/AutoDutyIpc.cs @@ -67,7 +67,7 @@ internal sealed class AutoDutyIpc try { - _run.InvokeAction(cfcData.TerritoryId, 0, true); + _run.InvokeAction(cfcData.TerritoryId, 1, true); } catch (IpcError e) {