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