Skip to content

Commit

Permalink
Lowering ropes to prevent damage to heli
Browse files Browse the repository at this point in the history
  • Loading branch information
sethduda committed Jun 23, 2016
1 parent 740c4af commit a0977d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ ASL_Get_Sling_Load_Points = {
};
} forEach _surfaces;
if(count _intersectionASL > 0) then {
_intersectionASL = _intersectionASL vectorAdd (( _surfaceIntersectStartASL vectorFromTo _surfaceIntersectEndASL ) vectorMultiply 0.2);
_slingLoadPoints pushBack (_vehicle worldToModelVisual (ASLToAGL _intersectionASL));
} else {
_slingLoadPoints pushBack [];
Expand Down Expand Up @@ -1173,5 +1174,4 @@ diag_log "Advanced Sling Loading Loaded";

if(isServer) then {
[] call ASL_Advanced_Sling_Loading_Install;
};

};

0 comments on commit a0977d0

Please sign in to comment.