2021-03-15 23:00:00 +01:00
|
|
|
--- a/net/minecraft/CrashReport.java
|
|
|
|
+++ b/net/minecraft/CrashReport.java
|
2021-07-06 16:00:00 +02:00
|
|
|
@@ -32,6 +32,7 @@
|
2021-06-11 07:00:00 +02:00
|
|
|
public CrashReport(String s, Throwable throwable) {
|
|
|
|
this.title = s;
|
|
|
|
this.exception = throwable;
|
|
|
|
+ this.systemReport.a("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
|
2014-11-25 22:32:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
public String a() {
|