diff --git a/nms-patches/ContainerAnvil.patch b/nms-patches/ContainerAnvil.patch index 967b310389..0541e3c9e3 100644 --- a/nms-patches/ContainerAnvil.patch +++ b/nms-patches/ContainerAnvil.patch @@ -51,6 +51,15 @@ } else { if (!flag && (itemstack1.getItem() != itemstack2.getItem() || !itemstack1.f())) { - this.g.setItem(0, ItemStack.a); ++ org.bukkit.craftbukkit.event.CraftEventFactory.callPrepareAnvilEvent(getBukkitView(), ItemStack.a); // CraftBukkit + this.a = 0; + return; + } +@@ -245,7 +254,7 @@ + } + + if (flag2 && !flag1) { +- this.g.setItem(0, ItemStack.a); + org.bukkit.craftbukkit.event.CraftEventFactory.callPrepareAnvilEvent(getBukkitView(), ItemStack.a); // CraftBukkit this.a = 0; return;