summaryrefslogtreecommitdiffstats
path: root/nms-patches/Advancement.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/Advancement.patch')
-rw-r--r--nms-patches/Advancement.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/nms-patches/Advancement.patch b/nms-patches/Advancement.patch
index 0d66cce1..1c31b840 100644
--- a/nms-patches/Advancement.patch
+++ b/nms-patches/Advancement.patch
@@ -17,6 +17,15 @@
});
this.h = (new ChatComponentText("[")).addSibling(ichatbasecomponent2).a("]").a(enumchatformat);
+@@ -55,7 +56,7 @@
+ }
+
+ public Advancement.SerializedAdvancement a() {
+- return new Advancement.SerializedAdvancement(this.a == null ? null : this.a.getName(), this.b, this.c, this.e, this.f, null);
++ return new Advancement.SerializedAdvancement(this.a == null ? null : this.a.getName(), this.b, this.c, this.e, this.f); // CraftBukkit - decompile error
+ }
+
+ @Nullable
@@ -206,7 +207,7 @@
}