forked from liza/Questionable
Specify loop count for AD
This commit is contained in:
parent
a111a4f75b
commit
2ffedfa72c
2
Questionable/External/AutoDutyIpc.cs
vendored
2
Questionable/External/AutoDutyIpc.cs
vendored
@ -67,7 +67,7 @@ internal sealed class AutoDutyIpc
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
_run.InvokeAction(cfcData.TerritoryId, 0, true);
|
_run.InvokeAction(cfcData.TerritoryId, 1, true);
|
||||||
}
|
}
|
||||||
catch (IpcError e)
|
catch (IpcError e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user