Final crash report system for desktop
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user