Updated model

This commit is contained in:
BaerMitUmlaut 2015-12-01 01:51:01 +01:00
parent 7241e703ae
commit cc1a54d900
2 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class CfgVehicles {
GVAR(enabled) = 2;
GVAR(ropeOrigins[]) = {"hookRight", "hookLeft"};
GVAR(friesType) = "ACE_friesAnchorBar";
GVAR(friesAttachmentPoint[]) = {0.065, 2.2, -0.15};
GVAR(friesAttachmentPoint[]) = {0.065, 2.2, -0.17};
GVAR(onPrepare) = QFUNC(onPrepareCommon);
GVAR(onCut) = QFUNC(onCutCommon);