Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: system can't be re-added to list after
removeAll()
.
If a system's parent is already the current list, `add()` will skip adding that system. Normally this is fine because the parent is cleared if the system is removed, but `removeAll()` skipped that step, so you could have a system incorrectly claim to be in a list.
- Loading branch information