mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-19 07:33:11 +01:00
Fix CraftBukkit crash report details not showing
This commit is contained in:
parent
23da8b0ab7
commit
3d0ed18e38
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
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() {
|
||||
|
|
Loading…
Reference in a new issue