mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 05:51:47 -08:00
????
This commit is contained in:
parent
36cec98082
commit
3f3a03c227
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ import io.anuke.arc.util.*;
|
|||
import io.anuke.mindustry.core.*;
|
||||
import io.anuke.mindustry.core.GameState.*;
|
||||
import io.anuke.mindustry.game.*;
|
||||
import io.anuke.mindustry.io.SaveIO.*;
|
||||
import io.anuke.mindustry.type.*;
|
||||
import io.anuke.mindustry.world.*;
|
||||
import io.anuke.mindustry.world.blocks.storage.*;
|
||||
|
|
@ -37,7 +38,7 @@ public class ZoneTests{
|
|||
logic.reset();
|
||||
try{
|
||||
world.loadGenerator(zone.generator);
|
||||
}catch(NullPointerException e){
|
||||
}catch(SaveException e){
|
||||
e.printStackTrace();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue