Change LoadoutSaved to loadoutSaved

This commit is contained in:
Josuan Albin
2017-10-31 23:12:29 +01:00
parent 53825be8be
commit a136cef716

View File

@ -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;
[QGVAR(loadoutSaved), [_data find _savedLoadout, _savedLoadout select 1]] call CBA_fnc_localEvent;