Final crash report system for desktop

This commit is contained in:
Anuken 2018-08-29 23:46:04 -04:00
parent 28b9de2e7a
commit 3e18fb3ca0
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -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();