Skip to content

Commit

Permalink
Merge branch 'master' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-Murphy authored Feb 1, 2020
2 parents 114642a + 7cf3c81 commit a92f1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A3-Antistasi/functions/Ammunition/fn_getRadio.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ params ["_unit"];

private _items = assignedItems _unit;

private _radioPosition = _items findIf {_x == "ItemRadio" || {_x find "tf_" > -1} || {_x find "ACRE_" > -1} || {_x find "Acre" > -1}};
private _radioPosition = _items findIf {_x == "ItemRadio" || {_x find "tf_" > -1} || {_x find "acre_" > -1}};

if (_radioPosition > -1) then {
_items select _radioPosition;
Expand Down

0 comments on commit a92f1e5

Please sign in to comment.