Skip to content

Commit

Permalink
Merge pull request official-antistasi-community#328 from official-ant…
Browse files Browse the repository at this point in the history
…istasi-community/revert-326-ACRE2-Integration-Fixes

Revert "Fix for acre2 radios not being recognized as a units radio"
  • Loading branch information
Spoffy authored Sep 19, 2019
2 parents 63a1e99 + 9f48938 commit c966260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A3-Antistasi/Ammunition/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 c966260

Please sign in to comment.