Biomass compressor fix / Crash fix / Removed spawners in waves

This commit is contained in:
Anuken
2018-08-08 10:43:03 -04:00
parent aa00a1b8d1
commit 81c78eafa6
7 changed files with 22 additions and 13 deletions
@@ -19,7 +19,6 @@ public class WaveMission implements Mission{
@Override
public Array<SpawnGroup> getWaves(Sector sector){
Array<SpawnGroup> spawns = new Array<>();
return Waves.getSpawns();
}