Commits

md_5 authored 3d0ed18e389
Fix CraftBukkit crash report details not showing
No tags

nms-patches/CrashReport.patch

Modified
1 1 --- a/net/minecraft/server/CrashReport.java
2 2 +++ b/net/minecraft/server/CrashReport.java
3 3 @@ -123,6 +123,7 @@
4 4 return this.a();
5 5 }
6 6 });
7 -+ this.d.a("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
7 ++ this.d.a("CraftBukkit Information", (CrashReportCallable) new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
8 8 }
9 9
10 10 public String a() {

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut