diff --git a/addons/parachute/CfgVehicles.hpp b/addons/parachute/CfgVehicles.hpp index 43bf3ecc8d..345702fd37 100644 --- a/addons/parachute/CfgVehicles.hpp +++ b/addons/parachute/CfgVehicles.hpp @@ -23,7 +23,7 @@ class CfgVehicles { class CAManBase: Man { class ACE_SelfActions { class ACE_CutParachute { - displayName = CSTRING("CutParachute"); + displayName = CSTRING(CutParachute); exceptions[] = {"isNotInside"}; condition = QUOTE([_player] call FUNC(checkCutParachute)); statement = QUOTE([_player] call FUNC(cutParachute));