SPIGOT-4264: Fix channeling EnchantmentWrapper

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2018-08-14 20:37:03 +10:00
parent f50aec2a42
commit 7914e5e323

View file

@ -171,7 +171,7 @@ public abstract class Enchantment implements Keyed {
* Strikes lightning when a mob is hit with a trident if conditions are * Strikes lightning when a mob is hit with a trident if conditions are
* stormy * stormy
*/ */
public static final Enchantment CHANNELING = new EnchantmentWrapper("chanelling"); public static final Enchantment CHANNELING = new EnchantmentWrapper("channeling");
/** /**
* Allows mending the item using experience orbs * Allows mending the item using experience orbs