revert later, initial softspoon setup

AT
This commit is contained in:
MiniDigger | Martin 2023-12-23 09:16:01 +01:00
parent 4afd50fa36
commit ae3378abc9
1 changed files with 3 additions and 1 deletions

View File

@ -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
}