3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 04:20:08 +01:00

Fix CraftBukkit crash report details not showing

Dieser Commit ist enthalten in:
md_5 2016-05-15 22:12:06 +10:00
Ursprung 23da8b0ab7
Commit 3d0ed18e38

Datei anzeigen

@ -4,7 +4,7 @@
return this.a(); return this.a();
} }
}); });
+ this.d.a("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit + this.d.a("CraftBukkit Information", (CrashReportCallable) new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
} }
public String a() { public String a() {