Fixed issue with level four unlocking early

This commit is contained in:
Epowerj 2022-07-10 17:05:23 -04:00
parent 5d852085c2
commit 1124f5f369

View File

@ -355,7 +355,7 @@ public class ErekirTechTree{
});
node(four, Seq.with(new SectorComplete(three)), () -> {
node(four, Seq.with(new SectorComplete(atlas)), () -> {
});
});