From 1124f5f369d69e0a3a93770ee359936532410af2 Mon Sep 17 00:00:00 2001 From: Epowerj Date: Sun, 10 Jul 2022 17:05:23 -0400 Subject: [PATCH] Fixed issue with level four unlocking early --- 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 b31022d093..b5865834f4 100644 --- a/core/src/mindustry/content/ErekirTechTree.java +++ b/core/src/mindustry/content/ErekirTechTree.java @@ -355,7 +355,7 @@ public class ErekirTechTree{ }); - node(four, Seq.with(new SectorComplete(three)), () -> { + node(four, Seq.with(new SectorComplete(atlas)), () -> { }); });