diff --git a/addons/sys_external/fnc_listChildrenActions.sqf b/addons/sys_external/fnc_listChildrenActions.sqf index 88c8291e4..f2cb33b35 100644 --- a/addons/sys_external/fnc_listChildrenActions.sqf +++ b/addons/sys_external/fnc_listChildrenActions.sqf @@ -43,9 +43,7 @@ private _ownSharedRadios = [acre_player] call FUNC(getSharedExternalRadios); private _baseRadio = [_x] call EFUNC(api,getBaseRadio); private _item = configFile >> "CfgWeapons" >> _baseRadio; - private _displayName = getText (_item >> "displayName") + _owner; - private _currentChannel = [_x] call EFUNC(api,getRadioChannel); - _displayName = format [localize ELSTRING(ace_interact,channelShort), _displayName, _currentChannel]; + private _displayName = [_x] call EFUNC(sys_core,getDescriptiveName); private _picture = getText (_item >> "picture"); if ([_x, acre_player] call FUNC(checkListChildrenActions)) then {