From a68b2fad11b89282b0a3a6bda0a02a8d63c7e326 Mon Sep 17 00:00:00 2001 From: Epowerj Date: Thu, 14 Jul 2022 14:49:41 -0400 Subject: [PATCH] Fixed research tree issue that prevented unlocking split --- core/src/mindustry/content/ErekirTechTree.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/ErekirTechTree.java b/core/src/mindustry/content/ErekirTechTree.java index c4735bc99a..de5c327f14 100644 --- a/core/src/mindustry/content/ErekirTechTree.java +++ b/core/src/mindustry/content/ErekirTechTree.java @@ -353,7 +353,7 @@ public class ErekirTechTree{ node(three, Seq.with(new SectorComplete(two), new SectorComplete(lake), new Research(ventCondenser), new Research(shipFabricator)), () -> { node(atlas, Seq.with(new SectorComplete(three), new Research(mechFabricator)), () -> { - node(split, Seq.with(new SectorComplete(atlas), new Research(payloadConveyor), new Research(reinforcedContainer)), () -> { + node(split, Seq.with(new SectorComplete(atlas), new Research(reinforcedPayloadConveyor), new Research(reinforcedContainer)), () -> { });