mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fcs: fix to make adjust range up/down work again
This commit is contained in:
parent
4d721418fa
commit
84fd6de793
@ -17,8 +17,6 @@ private ["_ammoType", "_viewDiff", "_posArrival", "_airFriction", "_timeToLive",
|
|||||||
_vehicle = _this select 0;
|
_vehicle = _this select 0;
|
||||||
_distance = call FUNC(getRange);
|
_distance = call FUNC(getRange);
|
||||||
|
|
||||||
if !(GVAR(enabled) && FUNC(canUseFCS)) exitWith {};
|
|
||||||
|
|
||||||
_magazines = magazines _vehicle;
|
_magazines = magazines _vehicle;
|
||||||
|
|
||||||
if (_distance == 0) then {
|
if (_distance == 0) then {
|
||||||
|
Loading…
Reference in New Issue
Block a user