When ropes are picked up from towed vehicle the helper object is removed but it is not detached before.
This results in that every attach-detach of the ropes attachedObjects will return more objNulls. Detaching of helper object before deletion fixes this issue.
When ropes are picked up from towed vehicle the helper object is removed but it is not detached before.
This results in that every attach-detach of the ropes
attachedObjects
will return moreobjNull
s. Detaching of helper object before deletion fixes this issue.