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:
Ursprung
23da8b0ab7
Commit
3d0ed18e38
@ -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() {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren