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