Skip to content

Commit

Permalink
Really fix NEO_radio issue with mortar teams
Browse files Browse the repository at this point in the history
  • Loading branch information
marceldev89 committed Nov 17, 2016
1 parent 167831e commit 045998e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _type = "IMMEDIATE";
_ordnanceType = _artyOrdnanceTypeLb lbText (lbCurSel _artyOrdnanceTypeLb);

//_ord = [_battery, _ordnanceType] CALL ALIVE_fnc_GetMagazineType;
private _gunner = ((units _unit) select {vehicle _x != _x && {gunner (vehicle _x) == _x}});
private _gunner = ((units _unit) select {vehicle _x != _x && {gunner (vehicle _x) == _x}}) select 0;
_ord = [_gunner, _ordnanceType] CALL ALIVE_fnc_getArtyMagazineType;

_rate = switch (_artyRateOfFireLb lbText (lbCurSel _artyRateOfFireLb)) do
Expand Down

0 comments on commit 045998e

Please sign in to comment.