Use reportIssueUrl

This commit is contained in:
LeoDog896
2020-09-25 12:26:04 -04:00
parent 85d32cd510
commit 53d4124fc3
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ public class CrashSender{
public static String createReport(String error){
String report = "Oh no, Mindustry crashed!\n";
if(mods.list().size == 0){
report += "Please report this at https://github.com/Anuken/Mindustry/issues/new?labels=bug&template=bug_report.md\n\n";
report += "Please report this at " + Vars.reportIssueURL + "\n\n";
}
return report + "Version: " + Version.combined() + (Vars.headless ? " (Server)" : "") + "\n"
+ "OS: " + System.getProperty("os.name") + " x" + (OS.is64Bit ? "64" : "32") + "\n"