mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-06 14:11:05 -07:00
Final crash report system for desktop
This commit is contained in:
parent
28b9de2e7a
commit
3e18fb3ca0
2 changed files with 1 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue