craftbukkit/nms-patches/net/minecraft/CrashReport.patch

11 lines
379 B
Diff
Raw Normal View History

2021-03-16 09:00:00 +11:00
--- a/net/minecraft/CrashReport.java
+++ b/net/minecraft/CrashReport.java
2023-12-06 03:40:00 +11:00
@@ -36,6 +36,7 @@
2021-06-11 15:00:00 +10:00
public CrashReport(String s, Throwable throwable) {
this.title = s;
this.exception = throwable;
2021-11-22 09:00:00 +11:00
+ this.systemReport.setDetail("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
}
2021-11-22 09:00:00 +11:00
public String getTitle() {