From 3d0ed18e389859ba015c40d35e0194bb48ddc521 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 15 May 2016 22:12:06 +1000 Subject: [PATCH] Fix CraftBukkit crash report details not showing --- nms-patches/CrashReport.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nms-patches/CrashReport.patch b/nms-patches/CrashReport.patch index 7bafbb1c06..5303ce359b 100644 --- a/nms-patches/CrashReport.patch +++ b/nms-patches/CrashReport.patch @@ -4,7 +4,7 @@ return this.a(); } }); -+ this.d.a("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit ++ this.d.a("CraftBukkit Information", (CrashReportCallable) new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit } public String a() {