From 08a1c8747bf82afad9ba92ef32c8644c77aa5b07 Mon Sep 17 00:00:00 2001 From: eager <2508444578@qq.com> Date: Tue, 23 Sep 2025 11:19:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E4=BF=A1=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platforms/iads_cmdr.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/iads_cmdr.txt b/platforms/iads_cmdr.txt index 008f297..7982571 100644 --- a/platforms/iads_cmdr.txt +++ b/platforms/iads_cmdr.txt @@ -198,7 +198,7 @@ processor IADS_CMDR_TASK_MGR WSF_TASK_PROCESSOR next_state ASSIGNED if (! IsAssignable()) return false; #MakeAssignments(); - #sendMessage(); + sendMessage(); return true; end_next_state end_state @@ -213,7 +213,7 @@ processor IADS_CMDR_TASK_MGR WSF_TASK_PROCESSOR return true; } #MakeAssignments(); - #sendMessage(); + sendMessage(); return false; end_next_state end_state