aboutsummaryrefslogtreecommitdiffhomepage
path: root/patch-remap/og/net/minecraft/CrashReport.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patch-remap/og/net/minecraft/CrashReport.patch')
-rw-r--r--patch-remap/og/net/minecraft/CrashReport.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/patch-remap/og/net/minecraft/CrashReport.patch b/patch-remap/og/net/minecraft/CrashReport.patch
new file mode 100644
index 0000000000..0c5cb0b08e
--- /dev/null
+++ b/patch-remap/og/net/minecraft/CrashReport.patch
@@ -0,0 +1,10 @@
+--- a/net/minecraft/CrashReport.java
++++ b/net/minecraft/CrashReport.java
+@@ -36,6 +36,7 @@
+ public CrashReport(String s, Throwable throwable) {
+ this.title = s;
+ this.exception = throwable;
++ this.systemReport.setDetail("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
+ }
+
+ public String getTitle() {