Skip to content

Commit

Permalink
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 8d374f3 commit 167831e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ _type = "IMMEDIATE";
_ordnanceType = _artyOrdnanceTypeLb lbText (lbCurSel _artyOrdnanceTypeLb);

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

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

0 comments on commit 167831e

Please sign in to comment.