Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 04:50:05 +01:00
11 Zeilen
312 B
Diff
11 Zeilen
312 B
Diff
--- a/net/minecraft/server/CrashReport.java
|
|
+++ b/net/minecraft/server/CrashReport.java
|
|
@@ -123,6 +123,7 @@
|
|
return this.a();
|
|
}
|
|
});
|
|
+ this.d.a("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
|
|
}
|
|
|
|
public String a() {
|