mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
Fixed obscure zone test bug
This commit is contained in:
parent
57b273639c
commit
9f5dc7f091
@ -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…
Reference in New Issue
Block a user