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

@@ -58,7 +58,7 @@ if (isServer) exitWith {
_group_name = [group _x] 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;
[_x] call armatak_fnc_send_digital_pointer_cot;
};
if ((_objectType select 0) == "Vehicle") then {