diff --git a/patches/server/Handle-Item-Meta-Inconsistencies.patch b/patches/server/Handle-Item-Meta-Inconsistencies.patch index 6bee1768c0..d15c588c31 100644 --- a/patches/server/Handle-Item-Meta-Inconsistencies.patch +++ b/patches/server/Handle-Item-Meta-Inconsistencies.patch @@ -183,6 +183,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 - } + // Paper start - replace entire method + final ItemMeta itemMeta = this.getItemMeta(); ++ if (itemMeta == null) return 0; + int level = itemMeta.getEnchantLevel(ench); + if (level > 0) { + itemMeta.removeEnchant(ench);