mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cargo - Fix undefined object name in paradrop (#8543)
This commit is contained in:
parent
77fe9ab434
commit
63be48f207
@ -90,6 +90,7 @@ GVAR(vehicleAction) = [
|
|||||||
GVAR(objectActions) = [
|
GVAR(objectActions) = [
|
||||||
[QGVAR(renameObject), LELSTRING(common,rename), "", //TODO: add icon, maybe a pencil couldn't find it before.
|
[QGVAR(renameObject), LELSTRING(common,rename), "", //TODO: add icon, maybe a pencil couldn't find it before.
|
||||||
{
|
{
|
||||||
|
//IGNORE_PRIVATE_WARNING ["_target", "_player"];
|
||||||
GVAR(interactionVehicle) = _target;
|
GVAR(interactionVehicle) = _target;
|
||||||
createDialog QGVAR(renameMenu);
|
createDialog QGVAR(renameMenu);
|
||||||
},
|
},
|
||||||
|
@ -98,7 +98,7 @@ if (_showHint) then {
|
|||||||
[
|
[
|
||||||
[
|
[
|
||||||
LSTRING(UnloadedItem),
|
LSTRING(UnloadedItem),
|
||||||
[_itemObject, true] call FUNC(getNameItem),
|
[_object, true] call FUNC(getNameItem),
|
||||||
getText (configOf _vehicle >> "displayName")
|
getText (configOf _vehicle >> "displayName")
|
||||||
],
|
],
|
||||||
3
|
3
|
||||||
|
Loading…
Reference in New Issue
Block a user