PaperMC/paper-server/nms-patches/net/minecraft/CrashReport.patch
CraftBukkit/Spigot e8c9836ec9 Update to Minecraft 1.17.1
By: md_5 <git@md-5.net>
2021-07-07 00:00:00 +10:00

10 lines
364 B
Diff

--- a/net/minecraft/CrashReport.java
+++ b/net/minecraft/CrashReport.java
@@ -32,6 +32,7 @@
public CrashReport(String s, Throwable throwable) {
this.title = s;
this.exception = throwable;
+ this.systemReport.a("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
}
public String a() {