From 477241471c8acaa0a9830fe09027d3956ea890b2 Mon Sep 17 00:00:00 2001 From: CraftBukkit/Spigot Date: Sun, 15 May 2016 22:12:06 +1000 Subject: [PATCH] Fix CraftBukkit crash report details not showing By: md_5 --- paper-server/nms-patches/CrashReport.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-server/nms-patches/CrashReport.patch b/paper-server/nms-patches/CrashReport.patch index 7bafbb1c06..5303ce359b 100644 --- a/paper-server/nms-patches/CrashReport.patch +++ b/paper-server/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() {