Detach helper object before deletion

This commit is contained in:
Filip Maciejewski 2018-09-16 10:39:13 +02:00
parent 5f6c52c72a
commit b7d1aca8a0

View File

@ -409,6 +409,7 @@ SA_Pickup_Tow_Ropes = {
{
_attachedObj ropeDetach _x;
} forEach (_vehicle getVariable ["SA_Tow_Ropes",[]]);
detach _attachedObj;
deleteVehicle _attachedObj;
} forEach ropeAttachedObjects _vehicle;
_helper = "Land_Can_V2_F" createVehicle position _player;