Disabled advanced scope zeroing if AB is not enabled

This commit is contained in:
ulteq 2015-04-11 19:47:14 +02:00
parent a36bd588d5
commit 9893d940df

View File

@ -14,6 +14,7 @@
if (cameraView == "GUNNER") exitWith {false};
if !(vehicle _unit == _unit) exitWith {false};
if !(missionNamespace getVariable [QEGVAR(advanced_ballistics,enabled), false]) exitWith {false};
private ["_unit", "_adjustment", "_elevation"];
_unit = _this select 0;