mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
11 lines
397 B
Diff
11 lines
397 B
Diff
--- a/net/minecraft/server/CrashReport.java
|
|
+++ b/net/minecraft/server/CrashReport.java
|
|
@@ -64,6 +64,7 @@
|
|
|
|
return String.format("%d total; %s", list.size(), list.stream().collect(Collectors.joining(" ")));
|
|
});
|
|
+ this.d.a("CraftBukkit Information", (CrashReportCallable) new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
|
|
}
|
|
|
|
public String a() {
|