@@ -1,10 +1,10 @@
|
||||
--- a/net/minecraft/CrashReport.java
|
||||
+++ b/net/minecraft/CrashReport.java
|
||||
@@ -68,6 +68,7 @@
|
||||
|
||||
return String.format("%d total; %s", list.size(), list.stream().collect(Collectors.joining(" ")));
|
||||
});
|
||||
+ this.d.a("CraftBukkit Information", (CrashReportCallable) new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
|
||||
@@ -31,6 +31,7 @@
|
||||
public CrashReport(String s, Throwable throwable) {
|
||||
this.title = s;
|
||||
this.exception = throwable;
|
||||
+ this.systemReport.a("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
|
||||
}
|
||||
|
||||
public String a() {
|
||||
|
||||
Reference in New Issue
Block a user