mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
8398e12b34
By: md_5 <git@md-5.net>
10 lines
379 B
Diff
10 lines
379 B
Diff
--- a/net/minecraft/CrashReport.java
|
|
+++ b/net/minecraft/CrashReport.java
|
|
@@ -36,6 +36,7 @@
|
|
public CrashReport(String s, Throwable throwable) {
|
|
this.title = s;
|
|
this.exception = throwable;
|
|
+ this.systemReport.setDetail("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
|
|
}
|
|
|
|
public String getTitle() {
|