Fixed build errors

This commit is contained in:
Anuken
2019-06-10 18:51:06 -04:00
parent 72fb7b9df7
commit 0dd15f3141

View File

@@ -104,7 +104,7 @@ public class CrashSender{
Log.info("Sending crash report.");
//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.");
sent[0] = true;
System.exit(1);