mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-12 22:59:31 +01:00
11 lines
364 B
Diff
11 lines
364 B
Diff
--- a/net/minecraft/CrashReport.java
|
|
+++ b/net/minecraft/CrashReport.java
|
|
@@ -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() {
|