projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a111a4f
)
Specify loop count for AD
author
Liza Carvelli
<liza@carvel.li>
Sun, 12 Jan 2025 01:36:17 +0000
(
02:36
+0100)
committer
Liza Carvelli
<liza@carvel.li>
Sun, 12 Jan 2025 01:36:17 +0000
(
02:36
+0100)
Questionable/External/AutoDutyIpc.cs
patch
|
blob
|
blame
|
history
diff --git
a/Questionable/External/AutoDutyIpc.cs
b/Questionable/External/AutoDutyIpc.cs
index 71bae7fd16ac8fd08e2e75f4336d1b8e92712354..9d049062959bf74266e851020f091495e602e6fe 100644
(file)
--- 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)
{