summaryrefslogtreecommitdiffstats
path: root/nms-patches
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-05-15 22:12:06 +1000
committermd_5 <git@md-5.net>2016-05-15 22:12:06 +1000
commit3d0ed18e389859ba015c40d35e0194bb48ddc521 (patch)
tree7a68aaa5e5aad286f6271c06a06affc24981f9b7 /nms-patches
parent23da8b0ab755e242aad3d587ee21dc886f2ac18f (diff)
downloadcraftbukkit-3d0ed18e389859ba015c40d35e0194bb48ddc521.tar
craftbukkit-3d0ed18e389859ba015c40d35e0194bb48ddc521.tar.gz
craftbukkit-3d0ed18e389859ba015c40d35e0194bb48ddc521.tar.lz
craftbukkit-3d0ed18e389859ba015c40d35e0194bb48ddc521.tar.xz
craftbukkit-3d0ed18e389859ba015c40d35e0194bb48ddc521.zip
Fix CraftBukkit crash report details not showing
Diffstat (limited to 'nms-patches')
-rw-r--r--nms-patches/CrashReport.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/CrashReport.patch b/nms-patches/CrashReport.patch
index 7bafbb1c..5303ce35 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() {