Skip to content

Commit e98c4a2

Browse files
committed
removing allowdamage
1 parent 679ea3f commit e98c4a2

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

addons/SA_AdvancedTowing.pbo

-59 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

addons/SA_AdvancedTowing/functions/fn_advancedTowingInit.sqf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,9 @@ SA_Simulate_Towing = {
210210

211211
_newCargoPosition = _newCargoPosition vectorAdd ( _cargoModelCenterGroundPosition vectorMultiply -1 );
212212

213-
_cargo allowDamage false;
214213
_cargo setVectorDir _newCargoDir;
215214
_cargo setVectorUp _surfaceNormal;
216215
_cargo setPosWorld _newCargoPosition;
217-
_cargo allowDamage true;
218216

219217
_lastCargoHitchPosition = _newCargoHitchPosition;
220218
_maxDistanceToCargo = _vehicleHitchPosition distance _newCargoHitchPosition;

0 commit comments

Comments
 (0)