mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2024-11-21 16:45:24 +00:00
11 lines
379 B
Diff
11 lines
379 B
Diff
--- a/net/minecraft/CrashReport.java
|
|
+++ b/net/minecraft/CrashReport.java
|
|
@@ -36,6 +36,7 @@
|
|
public CrashReport(String s, Throwable throwable) {
|
|
this.title = s;
|
|
this.exception = throwable;
|
|
+ this.systemReport.setDetail("CraftBukkit Information", new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit
|
|
}
|
|
|
|
public String getTitle() {
|