updated tcp scoket handler on SQF functions

This commit is contained in:
Valmo Trindade
2025-05-09 18:29:17 -03:00
parent 1d7cce8409
commit 3d8baae344
5 changed files with 8 additions and 6 deletions

View File

@@ -9,4 +9,4 @@ _uuid = _unit call armatak_fnc_extract_uuid;
_eud_cot = [_uuid, _position select 0, _position select 1, _position select 2, _callsign, _group_name, _group_role, _position select 3, speed player / 3.6];
"armatak" callExtension ["cot_router:send_eud_cot", [_eud_cot]];
"armatak" callExtension ["tcp_socket:send_eud_cot", [_eud_cot]];