mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 23:43:28 +00:00
updated send_human_cot to send-eud_cot to match new cot generation flow
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user