Fixed build errors
This commit is contained in:
@@ -104,7 +104,7 @@ public class CrashSender{
|
|||||||
|
|
||||||
Log.info("Sending crash report.");
|
Log.info("Sending crash report.");
|
||||||
//post to crash report URL
|
//post to crash report URL
|
||||||
Net.http(Vars.crashReportURL, "POST", value.toJson(OutputType.json), r -> {
|
Core.net.httpPost(Vars.crashReportURL, value.toJson(OutputType.json), r -> {
|
||||||
Log.info("Crash sent successfully.");
|
Log.info("Crash sent successfully.");
|
||||||
sent[0] = true;
|
sent[0] = true;
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user