Paper/nms-patches/CrashReport.patch

11 lines
397 B
Diff
Raw Normal View History

2015-05-25 12:37:24 +02:00
--- a/net/minecraft/server/CrashReport.java
+++ b/net/minecraft/server/CrashReport.java
2018-07-15 02:00:00 +02:00
@@ -63,6 +63,7 @@
2018-12-25 22:00:00 +01:00
return String.format("%d total; %s", list.size(), list.stream().collect(Collectors.joining(" ")));
2015-02-26 23:41:06 +01:00
});
+ this.d.a("CraftBukkit Information", (CrashReportCallable) new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
}
public String a() {