mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 04:09:54 +01:00
90ac03522a
This reverts commit d6e3dff7d8
.
11 lines
597 B
Diff
11 lines
597 B
Diff
--- ../work/decompile-8eb82bde//net/minecraft/server/CrashReport.java 2014-11-28 17:43:43.029707436 +0000
|
|
+++ src/main/java/net/minecraft/server/CrashReport.java 2014-11-28 17:38:17.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() {
|