updated send_human_cot to send-eud_cot to match new cot generation flow

This commit is contained in:
Valmo Trindade
2025-04-17 06:37:50 -03:00
parent 3128ac0022
commit 4412b67d63
5 changed files with 16 additions and 16 deletions

View File

@@ -9,5 +9,5 @@ params["_group"];
_group_name = [_group] call armatak_fnc_extract_group_color;
_group_role = [_x] call armatak_fnc_extract_group_role;
[_x, _callsign, _group_name, _group_role] call armatak_fnc_send_human_cot;
[_x, _callsign, _group_name, _group_role] call armatak_fnc_send_eud_cot;
} forEach (units _group);