diff --git a/patches/sources/net/minecraft/CrashReport.java.patch b/patches/sources/net/minecraft/CrashReport.java.patch index 15a1178986..3ad30e262d 100644 --- a/patches/sources/net/minecraft/CrashReport.java.patch +++ b/patches/sources/net/minecraft/CrashReport.java.patch @@ -1,3 +1,5 @@ +AT: private+f getTitle()Ljava/lang/String; +AT: public+f saveFile --- a/net/minecraft/CrashReport.java +++ b/net/minecraft/CrashReport.java @@ -35,10 +35,11 @@ @@ -7,7 +9,7 @@ + // FIXME this.systemReport.setDetail("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit } - public String getTitle() { + private final String getTitle() { - return this.title; + return this.title; // FIXME }