This commit is contained in:
creeper123123321 2019-01-23 14:03:10 -02:00
parent a203c17e06
commit 9a92d180d0
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -615,7 +615,7 @@ public class InventoryPackets {
ench.add(enchEntry);
}
}
tag.remove("Enchantment");
tag.remove("Enchantments");
tag.put(ench);
}
if (tag.get("StoredEnchantments") instanceof ListTag) {