Skip to content
Snippets Groups Projects
Commit e179cf4b authored by svornost's avatar svornost
Browse files

father, not mother

parent f704abf4
No related branches found
No related tags found
No related merge requests found
......@@ -525,7 +525,7 @@ globalThis.setMissingParents = function(slave) {
if (!specificDad(slave)) {
slave.father = V.missingParentID;
if (gp) {
gp.mother = slave.mother;
gp.father = slave.father;
}
V.missingParentID--;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment