mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 18:27:41 +01:00
a8ddf37419
By: GunfighterJ <joseph.jenniges@gmail.com>
9 lines
399 B
Diff
9 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() {
|