mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 05:51:47 -08:00
Attempting to fix github CI
This commit is contained in:
parent
204332a76a
commit
21b7a0235b
2 changed files with 2 additions and 4 deletions
|
|
@ -35,6 +35,8 @@ public class ZoneTests{
|
|||
out.add(dynamicTest(zone.name, () -> {
|
||||
zone.generator.init(zone.loadout);
|
||||
logic.reset();
|
||||
if(world == null) throw new IllegalAccessException();
|
||||
if(zone.generator == null) throw new ArcRuntimeException("???");
|
||||
world.loadGenerator(zone.generator);
|
||||
zone.rules.accept(state.rules);
|
||||
ObjectSet<Item> resources = new ObjectSet<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue