Start working on fourth map's objectives

This commit is contained in:
Epowerj
2022-04-30 20:15:29 -04:00
parent 59be28b5eb
commit 5e7bd82f39
2 changed files with 1 additions and 1 deletions

View File

@@ -234,7 +234,7 @@ public class SectorPresets{
rules = r -> {
float rad = 52f;
r.objectives.addAll(
//new TimerObjective("@objective.enemiesapproaching", 5 * 60 * 60).withFlags("wave1")
);
};
}};