Fixed #2312
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user