removing allowdamage

This commit is contained in:
sethduda 2016-03-26 22:11:05 -04:00
parent 679ea3fcc5
commit e98c4a2f97
3 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -210,11 +210,9 @@ SA_Simulate_Towing = {
_newCargoPosition = _newCargoPosition vectorAdd ( _cargoModelCenterGroundPosition vectorMultiply -1 );
_cargo allowDamage false;
_cargo setVectorDir _newCargoDir;
_cargo setVectorUp _surfaceNormal;
_cargo setPosWorld _newCargoPosition;
_cargo allowDamage true;
_lastCargoHitchPosition = _newCargoHitchPosition;
_maxDistanceToCargo = _vehicleHitchPosition distance _newCargoHitchPosition;