Skip to content

Commit

Permalink
Merge pull request #1674 from DartRuffian/common/uniqueUnitItems-typo
Browse files Browse the repository at this point in the history
Common - Fix typo in `fnc_uniqueUnitItems`
  • Loading branch information
PabstMirror authored Jul 21, 2024
2 parents eedb286 + 7f1d498 commit d0d45e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/common/fnc_uniqueUnitItems.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Function: CBA_fnc_uniqueUnitItems
Description:
Retrievs a unique list of items in the units inventory.
Retrieves a unique list of items in the units inventory.
Parameters:
_unit - Unit to retrieve the items from
Expand All @@ -16,7 +16,7 @@ Parameters:
Example:
(begin example)
_allItems = [player, true, false] call CBA_fnc_uniqueUnitItems
_allItems = [player, true, false] call CBA_fnc_uniqueUnitItems
(end)
Returns:
Expand Down

0 comments on commit d0d45e0

Please sign in to comment.