summaryrefslogtreecommitdiffstats
path: root/nms-patches/CrashReport.patch
blob: ea61de2c776e0860fb70926bdb23dd1cb2649ef7 (plain)
1
2
3
4
5
6
7
8
@@ -40,6 +40,7 @@
         this.d.a("Memory", (Callable) (new CrashReportMemory(this)));
         this.d.a("JVM Flags", (Callable) (new CrashReportJVMFlags(this)));
         this.d.a("IntCache", (Callable) (new CrashReportIntCacheSize(this)));
+        this.d.a("CraftBukkit Information", (Callable) (new org.bukkit.craftbukkit.CraftCrashReport())); // CraftBukkit
     }
 
     public String a() {