mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change LoadoutSaved to loadoutSaved
This commit is contained in:
@ -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;
|
Reference in New Issue
Block a user