1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-06 12:57:17 +03:00

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)), () -> {
});
});