diff --git a/core/src/io/anuke/mindustry/Vars.java b/core/src/io/anuke/mindustry/Vars.java index 2a02485b00..2369de3f50 100644 --- a/core/src/io/anuke/mindustry/Vars.java +++ b/core/src/io/anuke/mindustry/Vars.java @@ -40,7 +40,7 @@ public class Vars{ //discord group URL public static final String discordURL = "https://discord.gg/BKADYds"; public static final String releasesURL = "https://api.github.com/repos/Anuken/Mindustry/releases"; - public static final String crashReportURL = "http:/mindustry.us.to/report"; + public static final String crashReportURL = "http://mindustry.us.to/report"; public static final int maxTextLength = 150; public static final int maxNameLength = 40; public static final float itemSize = 5f; diff --git a/core/src/io/anuke/mindustry/core/Control.java b/core/src/io/anuke/mindustry/core/Control.java index 5e42aee08c..fac84a7ef6 100644 --- a/core/src/io/anuke/mindustry/core/Control.java +++ b/core/src/io/anuke/mindustry/core/Control.java @@ -51,8 +51,6 @@ public class Control extends Module{ private Throwable error; public Control(){ - //TODO remove; only for testing - if(true) throw new RuntimeException("This should crash."); saves = new Saves(); db = new ContentDatabase();