mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
30e4583dbe
By: Initial Source <noreply+automated@papermc.io>
10 lines
383 B
Diff
10 lines
383 B
Diff
--- a/net/minecraft/CrashReport.java
|
|
+++ b/net/minecraft/CrashReport.java
|
|
@@ -36,6 +36,7 @@
|
|
public CrashReport(String message, Throwable cause) {
|
|
this.title = message;
|
|
this.exception = cause;
|
|
+ this.systemReport.setDetail("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
|
|
}
|
|
|
|
public String getTitle() {
|