Config Fixes

This commit is contained in:
PabstMirror 2015-07-25 12:56:52 -05:00
parent c729672e53
commit 40ed985d34
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ class CfgWeapons {
class ACE_quikclot: ACE_ItemCore {
scope = 2;
displayName = CSTRING(QuikClot_Display);
model = QUOTE(PATHTOF(data\QuikClot.p3d))
model = QUOTE(PATHTOF(data\QuikClot.p3d));
picture = QUOTE(PATHTOF(ui\items\quickclot_x_ca.paa));
descriptionShort = CSTRING(QuikClot_Desc_Short);
descriptionUse = CSTRING(QuikClot_Desc_Use);

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