diff options
Diffstat (limited to 'nms-patches/CrashReport.patch')
-rw-r--r-- | nms-patches/CrashReport.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/CrashReport.patch b/nms-patches/CrashReport.patch index 7e9cb276..65a7265d 100644 --- a/nms-patches/CrashReport.patch +++ b/nms-patches/CrashReport.patch @@ -2,7 +2,7 @@ +++ b/net/minecraft/server/CrashReport.java @@ -63,6 +63,7 @@ - return String.format("%d total; %s", new Object[] { Integer.valueOf(list.size()), list.stream().collect(Collectors.joining(" "))}); + return String.format("%d total; %s", new Object[] { list.size(), list.stream().collect(Collectors.joining(" "))}); }); + this.d.a("CraftBukkit Information", (CrashReportCallable) new org.bukkit.craftbukkit.CraftCrashReport()); // CraftBukkit } |