diff --git a/addons/nightvision/functions/fnc_updatePPEffects.sqf b/addons/nightvision/functions/fnc_updatePPEffects.sqf index 03ae648ff8..1fdfbb9778 100644 --- a/addons/nightvision/functions/fnc_updatePPEffects.sqf +++ b/addons/nightvision/functions/fnc_updatePPEffects.sqf @@ -33,7 +33,7 @@ _fnc_isUsingHMD = { _turretConfigOpticsIn = _turretConfig >> "OpticsIn"; if (isClass _turretConfigOpticsIn) then { - for "_index" from 0 to (count _turretConfig - 1) do { + for "_index" from 0 to (count _turretConfigOpticsIn - 1) do { if ("NVG" in getArray (_turretConfigOpticsIn select _index >> "visionMode")) exitWith {_result = false}; }; } else {