fix parachutes

This commit is contained in:
bux578 2015-07-25 19:55:39 +02:00
parent e616f2240e
commit d8d4a6a8c7

View File

@ -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));