diff options
Diffstat (limited to 'patch-remap/mache-vineflower-stripped/net/minecraft/CrashReport.java.patch')
-rw-r--r-- | patch-remap/mache-vineflower-stripped/net/minecraft/CrashReport.java.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patch-remap/mache-vineflower-stripped/net/minecraft/CrashReport.java.patch b/patch-remap/mache-vineflower-stripped/net/minecraft/CrashReport.java.patch new file mode 100644 index 0000000000..3b58cd946f --- /dev/null +++ b/patch-remap/mache-vineflower-stripped/net/minecraft/CrashReport.java.patch @@ -0,0 +1,10 @@ +--- a/net/minecraft/CrashReport.java ++++ b/net/minecraft/CrashReport.java +@@ -35,6 +36,7 @@ + public CrashReport(String title, Throwable exception) { + this.title = title; + this.exception = exception; ++ this.systemReport.setDetail("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit + } + + public String getTitle() { |