This commit is contained in:
Anuken
2025-02-07 20:49:21 -05:00
parent 28283b45e4
commit 88cfb10621
3 changed files with 3 additions and 1 deletions

View File

@@ -1224,6 +1224,7 @@ public class ContentParser{
}
//reparent the node
node.parent = parent;
node.planet = parent.planet;
}
}else{
Log.warn(unlock.name + " is not a root node, and does not have a `parent: ` property. Ignoring.");