mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-20 19:42:20 -08:00
Fixed obscure zone test bug
This commit is contained in:
parent
57b273639c
commit
9f5dc7f091
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ public class ZoneTests{
|
|||
|
||||
for(Zone zone : content.zones()){
|
||||
out.add(dynamicTest(zone.name, () -> {
|
||||
zone.generator.init(zone.loadout);
|
||||
logic.reset();
|
||||
world.loadGenerator(zone.generator);
|
||||
ObjectSet<Item> resources = new ObjectSet<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue