From 37aa51f8c26dde9d7a0a672ac3a3e0da04da3f24 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Mon, 25 May 2026 03:06:25 -0300 Subject: [PATCH] Added handler for scripted stuff to not route all sensor data --- addons/main/functions/extract_data/fn_extract_sensor_data.sqf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/main/functions/extract_data/fn_extract_sensor_data.sqf b/addons/main/functions/extract_data/fn_extract_sensor_data.sqf index 3f94146..bb45ea9 100644 --- a/addons/main/functions/extract_data/fn_extract_sensor_data.sqf +++ b/addons/main/functions/extract_data/fn_extract_sensor_data.sqf @@ -1,5 +1,7 @@ params["_unit"]; +if (_unit getVariable ["armatak_disable_sensor_data", false]) exitWith {}; + _target = getSensorTargets (_unit); {