testing BE builds
This commit is contained in:
@@ -585,9 +585,7 @@ public class TechTree implements ContentList{
|
|||||||
public final Seq<TechNode> children = new Seq<>();
|
public final Seq<TechNode> children = new Seq<>();
|
||||||
|
|
||||||
TechNode(@Nullable TechNode ccontext, UnlockableContent content, ItemStack[] requirements, Runnable children){
|
TechNode(@Nullable TechNode ccontext, UnlockableContent content, ItemStack[] requirements, Runnable children){
|
||||||
if(ccontext != null){
|
if(ccontext != null) ccontext.children.add(this);
|
||||||
ccontext.children.add(this);
|
|
||||||
}
|
|
||||||
|
|
||||||
this.parent = ccontext;
|
this.parent = ccontext;
|
||||||
this.content = content;
|
this.content = content;
|
||||||
|
|||||||
Reference in New Issue
Block a user