PaperMC/nms-patches/CrashReport.patch
2014-11-28 16:54:14 -06:00

8 lines
399 B
Diff

@@ -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() {