13
0
geforkt von Mirrors/Paper
Paper/paper-server/nms-patches/CrashReport.patch
CraftBukkit/Spigot a8ddf37419 Remove patch headers
By: GunfighterJ <joseph.jenniges@gmail.com>
2014-11-28 16:54:14 -06:00

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