Skip to content

Commit

Permalink
Added missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom committed Apr 6, 2024
1 parent 5583f49 commit dd15619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/gear/fn_gear_getTagItems.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private _fn_getTagItemsList = {
params [["_tag","",[]]];
private _equipmentTag = getArray (missionConfigFile >> "CfgEquipmentTags" >> _tag);
_equipmentTag;
}
};

private _equipmentTagObjects = [_tag] call _fn_getTagItemsList;

Expand Down

0 comments on commit dd15619

Please sign in to comment.