Paper/patches/sources/net/minecraft/CrashReport.java.patch

16 lines
516 B
Diff

--- a/net/minecraft/CrashReport.java
+++ b/net/minecraft/CrashReport.java
@@ -35,10 +35,11 @@
public CrashReport(String title, Throwable exception) {
this.title = title;
this.exception = exception;
+ // FIXME this.systemReport.setDetail("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
}
public final String getTitle() {
- return this.title;
+ return this.title; // Test
}
public Throwable getException() {