diff --git a/addons/interaction/CfgVehicles.hpp b/addons/interaction/CfgVehicles.hpp index 7bfaff1cf2..163d1acb52 100644 --- a/addons/interaction/CfgVehicles.hpp +++ b/addons/interaction/CfgVehicles.hpp @@ -148,8 +148,8 @@ class CfgVehicles { showDisabled = 0; priority = 2.5; }; - class ACE_Unload { - displayName = CSTRING(ExtractFromVehicle); + class ACE_GetOut { + displayName = CSTRING(GetOut); condition = QUOTE(isNull objectParent _target && [ARR_2(_player,_target)] call DFUNC(canInteractWithCivilian)); statement = QUOTE([_target] call EFUNC(common,unloadPerson)); showDisabled = 0;