Fixed tests
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package mindustry.content;
|
||||
|
||||
import mindustry.*;
|
||||
import mindustry.type.*;
|
||||
|
||||
import static mindustry.content.Planets.*;
|
||||
@@ -175,6 +176,9 @@ public class SectorPresets{
|
||||
240 //Cold Grove by wpx: https://discord.com/channels/391020510269669376/1165421701362897000/1230550892718194742
|
||||
);
|
||||
|
||||
Vars.content.sector("sector-serpulo-173").captureWave = 17;
|
||||
Vars.content.sector("sector-serpulo-240").captureWave = 40;
|
||||
|
||||
//endregion
|
||||
//region erekir
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ public class CrashHandler{
|
||||
|
||||
//don't create crash logs for custom builds, as it's expected
|
||||
if(OS.username.equals("anuke") && !"steam".equals(Version.modifier)){
|
||||
// System.exit(1);
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
//attempt to load version regardless
|
||||
|
||||
Reference in New Issue
Block a user