diff --git a/addons/arsenal/functions/fnc_buttonLoadoutsDelete.sqf b/addons/arsenal/functions/fnc_buttonLoadoutsDelete.sqf index 1729e32ce1..1bf16929b6 100644 --- a/addons/arsenal/functions/fnc_buttonLoadoutsDelete.sqf +++ b/addons/arsenal/functions/fnc_buttonLoadoutsDelete.sqf @@ -14,6 +14,6 @@ private _loadoutName = _contentPanelCtrl lnbText [_contentPanelCursSel, 1]; _data deleteAt (_data find ((_data select {_x select 0 == _loadoutName}) select 0)); _contentPanelCtrl lnbDeleteRow _contentPanelCursSel; -_contentPanelCtrl lnbSetCurSelRow (_contentPanelCursSel - 1); +_contentPanelCtrl lnbSetCurSelRow (_contentPanelCursSel); [(findDisplay IDD_ace_arsenal), format ["Loadout '%1' was deleted", _loadoutName]] call FUNC(message); // TBL \ No newline at end of file