mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 19:03:30 +00:00
reoganized command groups on extension call
This commit is contained in:
@@ -123,4 +123,4 @@ if (!isNil "armatak_attribute_marker_type" or armatak_attribute_marker_type != '
|
||||
_role = armatak_attribute_marker_type;
|
||||
};
|
||||
|
||||
_role
|
||||
_role
|
||||
|
||||
@@ -22,6 +22,6 @@ _target = getSensorTargets (_unit);
|
||||
|
||||
_marker_cot = [_uuid, _type, _unit_position select 1, _unit_position select 2, _unit_position select 3, _callsign, _unit_position select 5, _unit_position select 6];
|
||||
|
||||
"armatak" callExtension ["tcp_socket:send_marker_cot", [_marker_cot]];
|
||||
"armatak" callExtension ["tcp_socket:cot:marker", [_marker_cot]];
|
||||
};
|
||||
} forEach _target;
|
||||
} forEach _target;
|
||||
|
||||
Reference in New Issue
Block a user