Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cloning entities with multiple linked_spawn relationships #17726

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eugineerd
Copy link
Contributor

Objective

#17687 changed recursive cloning to queue cloning commands for entities in linked_spawn RelationshipTargets. However, if there are multiple relationships with linked_spawn on the same entity, multiple clone commands will be queued for the same entity.

Solution

Maintain a list of already cloned entities during one clone_entity_mapped call and skip as necessary.

Testing

  • Added a test when cloning entities with multiple linked_spawn relations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant