Skip to content

Commit

Permalink
Merge pull request #1548 from BrettMayson/patch-1
Browse files Browse the repository at this point in the history
Fix bug in CBA_fnc_setLoadout
  • Loading branch information
PabstMirror committed May 27, 2022
2 parents 9b22faa + 2d472f8 commit f8f56df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/loadout/fnc_setLoadout.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ _unit setUnitLoadout [_loadoutArray, _fullMagazines];

if (_extendedInfo isEqualType []) then { _extendedInfo = createHashMapFromArray _extendedInfo; };

["CBA_loadoutSet", [_unit, _loadout, _extendedInfo]] call CBA_fnc_localEvent;
["CBA_loadoutSet", [_unit, _loadoutArray, _extendedInfo]] call CBA_fnc_localEvent;

0 comments on commit f8f56df

Please sign in to comment.