Skip to content

Commit

Permalink
Fix bug in CBA_fnc_setLoadout
Browse files Browse the repository at this point in the history
Should've not gotten distracted with Reforger and got stuff done on this, would've caught it before release. Nothing is using this right now anyway, hotfix before anyone tries to use it?
  • Loading branch information
BrettMayson committed May 24, 2022
1 parent 9b22faa commit 2d472f8
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 2d472f8

Please sign in to comment.