9 Zeilen
399 B
Diff
9 Zeilen
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() {
|