This commit is contained in:
Anuken
2020-08-04 17:18:19 -04:00
parent d9ea17baca
commit 55903576b6
2 changed files with 3 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ public class WaveSpawner{
spawning = true;
for(SpawnGroup group : state.rules.spawns){
if(group.type == null) continue;
int spawned = group.getUnitsSpawned(state.wave - 1);
if(group.type.flying){