aboutsummaryrefslogtreecommitdiffhomepage
path: root/patch-remap/og/net/minecraft/CrashReport.patch
blob: 0c5cb0b08edf13631214b1d95c6a409ebe4c41f9 (plain)
1
2
3
4
5
6
7
8
9
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() {