summaryrefslogtreecommitdiffstats
path: root/nms-patches/CrashReport.patch
blob: 5f674f1d4ff8328ca3d7a6949cd553b20d5f23ce (plain)
1
2
3
4
5
6
7
8
9
10
--- ../work/decompile-8eb82bde//net/minecraft/server/CrashReport.java	2014-11-28 11:22:55.846823165 +0000
+++ src/main/java/net/minecraft/server/CrashReport.java	2014-11-28 11:01:54.000000000 +0000
@@ -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() {