diff --git a/addons/arsenal/functions/fnc_buttonLoadoutsSave.sqf b/addons/arsenal/functions/fnc_buttonLoadoutsSave.sqf index a3c65c225b..70f546346f 100644 --- a/addons/arsenal/functions/fnc_buttonLoadoutsSave.sqf +++ b/addons/arsenal/functions/fnc_buttonLoadoutsSave.sqf @@ -70,4 +70,4 @@ if (ctrlIDC _control == IDC_buttonSharedLoadouts) then { profileNamespace setVariable [QGVAR(saved_loadouts), _data]; private _savedLoadout = (_data select {_x select 0 == _editBoxContent}) select 0; -[QGVAR(loadoutSaved), [_data find _savedLoadout, _savedLoadout select 1]] call CBA_fnc_localEvent; \ No newline at end of file +[QGVAR(onLoadoutSave), [_data find _savedLoadout, _savedLoadout]] call CBA_fnc_localEvent; \ No newline at end of file