10
paper-server/nms-patches/net/minecraft/CrashReport.patch
Normal file
10
paper-server/nms-patches/net/minecraft/CrashReport.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/net/minecraft/server/CrashReport.java
|
||||
+++ b/net/minecraft/server/CrashReport.java
|
||||
@@ -68,6 +68,7 @@
|
||||
|
||||
return String.format("%d total; %s", list.size(), list.stream().collect(Collectors.joining(" ")));
|
||||
});
|
||||
+ this.d.a("CraftBukkit Information", (CrashReportCallable) new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
|
||||
}
|
||||
|
||||
public String a() {
|
||||
Reference in New Issue
Block a user