aboutsummaryrefslogtreecommitdiffhomepage
path: root/patch-remap/mache-vineflower-stripped/net/minecraft/CrashReport.java.patch
blob: 3b58cd946f74295e343afeb47ac2d11102927aba (plain)
1
2
3
4
5
6
7
8
9
10
--- a/net/minecraft/CrashReport.java
+++ b/net/minecraft/CrashReport.java
@@ -35,6 +36,7 @@
     public CrashReport(String title, Throwable exception) {
         this.title = title;
         this.exception = exception;
+        this.systemReport.setDetail("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
     }
 
     public String getTitle() {