Fixed waves not spawning in custom maps

This commit is contained in:
Anuken
2019-02-11 22:44:51 -05:00
parent d218fb926a
commit cb9616a381
2 changed files with 4 additions and 3 deletions

View File

@@ -9,11 +9,13 @@ public enum RulePreset{
waveTimer = true;
waves = true;
unitDrops = true;
spawns = Waves.getDefaultSpawns();
}}),
sandbox(() -> new Rules(){{
infiniteResources = true;
waves = true;
waveTimer = false;
spawns = Waves.getDefaultSpawns();
}}),
attack(() -> new Rules(){{
enemyCheat = true;