mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-08-02 07:59:15 +07:00
Attempting to fix github CI
This commit is contained in:
@ -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<>();
|
||||
|
Reference in New Issue
Block a user