aboutsummaryrefslogtreecommitdiffhomepage
path: root/patch-remap/mache-vineflower-stripped/net/minecraft/CrashReport.java.patch
diff options
context:
space:
mode:
authorMiniDigger | Martin <[email protected]>2024-01-14 11:04:49 +0100
committerMiniDigger | Martin <[email protected]>2024-01-14 11:04:49 +0100
commitbee74680e607c2e29b038329f62181238911cd83 (patch)
tree708fd1a4a0227d9071243adf2a42d5e9e96cde4a /patch-remap/mache-vineflower-stripped/net/minecraft/CrashReport.java.patch
parent0a44692ef6ff6e255d48eb3ba1bb114166eafda9 (diff)
downloadPaper-softspoon.tar.gz
Paper-softspoon.zip
add remapped patches as a testsoftspoon
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.patch10
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() {