SPIGOT-5204: Typo in deprecated enchantment name

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2019-07-24 09:30:28 +10:00
parent d93875e342
commit c31f9f7b90

View File

@ -148,7 +148,7 @@ public class CraftEnchantment extends Enchantment {
case 31:
return "CHANNELING";
case 32:
return "MULTSHOT";
return "MULTISHOT";
case 33:
return "QUICK_CHARGE";
case 34: